TiSlidingCompass.TitleText
TiSlidingCompass See Also
Specifies the drawn text for the title.
property TitleText : String;
Description
Use TitleText to get or set the drawn text for the title. To hide the title,
set this property to an empty string.
Example
Delphi
iComponent.TitleText := 'Title';
C++ Builder
iComponent->TitleText = "Title";
Contents | Index | Previous | Next