| Class TSerLabel (unit SerLabel) |
TLabel
| Constructors |
constructor Create(AOwner : TComponent);| Functions |
procedure Paint;
procedure Draw3dText(R : TRect; Flags : Word);
procedure SetShadowColor(Value : TColor);
procedure SetShadowDepth(Value : Integer);
procedure SetTextStyle(Value : TTextStyle);| Properties |
property ShadowColor : TColor
property ShadowDepth : Integer
property TextStyle : TTextStyle| Events |
| Variables |
FShadowColor : TColor;
FShadowDepth : Integer;
FTextStyle : TTextStyle;| Constructors |
constructor Create(AOwner : TComponent);Public declarations
| Functions |
procedure Paint;Protected declarations
procedure Draw3dText(R : TRect; Flags : Word);
procedure SetShadowColor(Value : TColor);
procedure SetShadowDepth(Value : Integer);
procedure SetTextStyle(Value : TTextStyle);| Properties |
property ShadowColor : TColorPublished declarations
property ShadowDepth : Integer
property TextStyle : TTextStyle| Events |
| Variables |
FShadowColor : TColor;
FShadowDepth : Integer;
FTextStyle : TTextStyle;Private declarations