Class: TmlRegionForm
TGraphicControl ----+
|
TmlRegionForm
Description:
Region form component.
Unit:
regions (regions.pas)
Constructors:
constructor
Create(AOwner: TComponent); override;
Propertys:
property
Draggable: boolean read FDraggable write FDraggable;
- if true then form it possible to drag.
property
Mask: TBitmap read FMask write SetMask;
- bitmap mask of region. White pixel in mask become transparent, and other
color pixel visible in run-time.
property
Picture: TPicture read FPicture write SetPicture;
- backgroud form picture
property
ShowTitle: boolean read FShowTitle write FShowTitle;
- if true then show title
property
TitleHeight: integer read FTitleHeight write FTitleHeight;
- title height
-
constructor Create(AOwner:
TComponent); override;
property Draggable: boolean read
FDraggable write FDraggable;
- if true then form it possible to drag.
property Mask: TBitmap read FMask
write SetMask;
- bitmap mask of region. White pixel in mask become transparent, and other
color pixel visible in run-time.
property Picture: TPicture read
FPicture write SetPicture;
- backgroud form picture
property ShowTitle: boolean read
FShowTitle write FShowTitle;
- if true then show title
property TitleHeight: integer read
FTitleHeight write FTitleHeight;
- title height