Class TKLabel2 (unit Klabel2) |
Inherits from
TLabel
constructor Create( AOwner : TComponent );
- ########################################################################} {########################################################################} {########################################################################} {########################################################################} {########################################################################
procedure ShowAbout;
Public declarations set string to appear in the Object Inspector
procedure Paint;
= TKLabel2.
procedure SetTextStyle( Value : TTextStyle );
procedure DoDrawText(var Rect: TRect; Flags: Word);
= TKLabel2.
property About : string
Published declarations
property TextStyle : TTextStyle
FAbout : string;
Private declarations
FTextStyle : TTextStyle;
constructor Create( AOwner : TComponent );
########################################################################} {########################################################################} {########################################################################} {########################################################################} {########################################################################
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 =
property About : string
Published declarations
property TextStyle : TTextStyle
FAbout : string;
Private declarations
FTextStyle : TTextStyle;