Class: TmlBitmap
TComponent ----+
|
TmlBitmap
Description:
Tmlbitmap component allows store bitmap in form-file. Also it use in
textures panel and button for specifies texture.
Unit:
MediaLib
(MediaLib.pas)
Constructors:
-
constructor Create( AOwner: TComponent ); override;
Propertys:
-
property Bitmap: TPicture read FBitmap write SetBitmap;
-
This property allows store bitmap in form-file
Methods:
-
destructor Destroy; override;
constructor Create( AOwner: TComponent ); override;
property Bitmap: TPicture read FBitmap write SetBitmap;
- This property allows store bitmap in form-file
destructor Destroy; override;