| Class TMaskedPicture (unit propintf) |
TPersistent
| Constructors |
constructor Create;| Functions |
procedure Assign(Value: TMaskedPicture);
procedure Changed;
destructor Destroy;
procedure SetCol(Value: TColor);
procedure SetPic(Value: TBitmap);| Properties |
property MaskColor : TColor
property Picture : TBitmap| Events |
event OnChange : TNotifyEvent| Variables |
FCol : TColor;
FOnChange : TNotifyEvent;
FPic : TBitmap;| Constructors |
constructor Create;########################################################## TMaskedPicture ####
| Functions |
procedure Assign(Value: TMaskedPicture);
procedure Changed;
destructor Destroy;
procedure SetCol(Value: TColor);
procedure SetPic(Value: TBitmap);| Properties |
property MaskColor : TColor
property Picture : TBitmap| Events |
event OnChange : TNotifyEvent| Variables |
FCol : TColor;
FOnChange : TNotifyEvent;
FPic : TBitmap;