| Class TKLabel2 (unit Klabel2) |
TLabel
| Constructors |
constructor Create( AOwner : TComponent );| Functions |
procedure ShowAbout;set string to appear in the Object Inspector
procedure Paint;
procedure SetTextStyle( Value : TTextStyle );
procedure DoDrawText(var Rect: TRect; Flags: Word);| Properties |
property About : string
property TextStyle : TTextStyle| Events |
| Variables |
FAbout : string;
FTextStyle : TTextStyle;| Constructors |
constructor Create( AOwner : TComponent );########################################################################} {########################################################################} {########################################################################} {########################################################################} {########################################################################
| Functions |
procedure ShowAbout;Public declarations
set string to appear in the Object Inspector
procedure Paint;= TKLabel2.DoDrawText =
procedure SetTextStyle( Value : TTextStyle );
procedure DoDrawText(var Rect: TRect; Flags: Word);= TKLabel2.SetTextStyle =
| Properties |
property About : stringPublished declarations
property TextStyle : TTextStyle| Events |
| Variables |
FAbout : string;Private declarations
FTextStyle : TTextStyle;