TiDualCompass.LabelBottomText
TiDualCompass See Also
Specifies the Bottom Label display text.
property LabelBottomText : String;
Description
Use LabelBottomText to get or set the Bottom Label's display text.
Example
Delphi
iComponent.LabelBottomText := 'xyz';
C++ Builder
iComponent->LabelBottomText = "xyz";
Contents | Index | Previous | Next