TTMSFNCPersistence.IsBitmap Method
Returns whether the given class is a recognized bitmap type.
API unit family: TMSFNCPersistence
Declaring type: TTMSFNCPersistence
Syntax
class function IsBitmap(AClass: TClass): Boolean; virtual;
Parameters
| Name | Description |
|---|---|
AClass |
The class to inspect. |
Returns
True if the class holds bitmap image data.