TiIntegerOutput
Hierarchy Properties Methods Events
Unit
iIntegerOutput (VCL)
QiIntegerOutput (CLX)
Description
TiIntegerOutput is a simple control for entering Integer (32-bit) value and
units. Supports controlled entry and display of Integer, Hexadecimal, Binary, and
Octal numbers.
For example, when the FormatStyle property is set to Hexadecimal, only numbers that make up Hex numbers can be
entered (such as 0-9 and A-F) as all others characters are ignored. In Binary
mode, only "0" and "1" characters can be entered.
Use the OnChange event to respond to use changes in the value. Use the OnBeforeChange event to interlock or provide custom limits for the data.
Contents | Index | Previous | Next