IFloatEdit.AllowEmpty

Syntax

AllowEmpty: Boolean;

Description

The AllowEmpty property determines whether the empty value can be in the component.

Comments

When the property is set to True, the empty value is not highlighted with the red background, the Value property returns 0, and the Text property returns an empty line.

See also:

IFloatEdit