Description | Hierarchy | Fields | Methods | Properties |
type TCustomModel = class(TComponent)
TCustomModel
is an abstract base class that is used as the ancestor of classes that are used to read and write model configuration data to and from a stream.
![]() |
FBitmaps: TCompressedBitmapCollection; |
![]() |
procedure SetBitmaps(const Value: TCompressedBitmapCollection); |
![]() |
function ScreenObjectClass: TScreenObjectClass; virtual; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
property Bitmaps: TCompressedBitmapCollection read FBitmaps write
SetBitmaps; |
![]() |
FBitmaps: TCompressedBitmapCollection; |
|
![]() |
procedure SetBitmaps(const Value: TCompressedBitmapCollection); |
See Bitmaps. |
![]() |
function ScreenObjectClass: TScreenObjectClass; virtual; |
|
![]() |
constructor Create(AOwner: TComponent); override; |
|
![]() |
destructor Destroy; override; |
|
![]() |
property Bitmaps: TCompressedBitmapCollection read FBitmaps write
SetBitmaps; |
|