TiAngularGauge.Label1Text
TiAngularGauge See Also
Specifies Label1 display text.
property Label1Text : String;
Description
Use Label1Text to get or set Label1 display text.
Example
Delphi
iComponent.Label1Text := 'xyz';
C++ Builder
iComponent->Label1Text = "xyz";
Contents | Index | Previous | Next