TiAngularLogGauge.Label1Text

TiAngularLogGauge

Specifies Label1 display text.

property Label1Text: String;

Description

Use Label1Text to set Label1 display text.

Example

Delphi

iComponent.Label1Text := 'xyz';

C++ Builder

iComponent->Label1Text = "xyz";

Contents | Index | Previous | Next