TiIntegerOutput.Value
TiIntegerOutput
The value used for formatting the display text.
property Value : Integer;
Description
The display text is the Value property formatted with the FormatStyle. Use this property to set the displayed value through code or to read the
currently displayed value as formatted.
Example
Delphi
iComponent.Value := 25;
C++ Builder
iComponent->Value = 25;
Contents | Index | Previous | Next