Description | Hierarchy | Fields | Methods | Properties |
type TAdLabel = class(TAdComponent)
A label component.
![]() |
constructor Create(AParent:TAdComponent); override; |
![]() |
procedure LoadFromXML(aroot:TAdSimpleXMLElem); override; |
![]() |
function SaveToXML(aroot:TAdSimpleXMLElems):TAdSimpleXMLElem; override; |
![]() |
property Caption: string read FCaption write FCaption; |
![]() |
property TextPos: TAdTextPos read FTextPos write FTextPos; |
![]() |
property Alignment: TAdAlignment read FAlignment write FAlignment; |
![]() |
property WordWrap: boolean read FWordWrap write FWordWrap; |
![]() |
property ClipText: boolean read FClipText write FClipText; |
![]() |
property FontName; |
![]() |
property FontColor; |
![]() |
constructor Create(AParent:TAdComponent); override; |
Creates an instance of TAdLabel. |
![]() |
procedure LoadFromXML(aroot:TAdSimpleXMLElem); override; |
Loads the settings from XML. |
![]() |
function SaveToXML(aroot:TAdSimpleXMLElems):TAdSimpleXMLElem; override; |
Saves the settings to XML |
![]() |
property Caption: string read FCaption write FCaption; |
The caption of the label. |
![]() |
property TextPos: TAdTextPos read FTextPos write FTextPos; |
The horizontal position of the text. |
![]() |
property Alignment: TAdAlignment read FAlignment write FAlignment; |
The vertical alignment of the text. |
![]() |
property WordWrap: boolean read FWordWrap write FWordWrap; |
Defines, whether the text should be wrapped. |
![]() |
property ClipText: boolean read FClipText write FClipText; |
Defines, whether the text should be clipped when it runs out of the bounds of the component. |
![]() |
property FontName; |
Defines the name of the font. |
![]() |
property FontColor; |
Degines the color of the font. |