IIntegerEdit.AllowEmpty

Syntax

AllowEmpty: Boolean;

Description

The AllowEmpty property determines whether there is an empty value in the component. If the property is set to True, the empty value is not highlighted with red background, the Value property returns 0, and the Text property returns an empty line.

See also:

IIntegerEdit