TiLabel.Caption
TiLabel See Also
The caption used for formatting the displayed text.
property Caption : String;
Description
The caption displayed in the TiLabel component with Font and Shadow properties
applied.
Example
Delphi
iComponent.Caption := 'Sample Text:';
C++ Builder
iComponent->Caption = "Sample Text:";
Contents | Index | Previous | Next