IWebIntegerEdit.Valid

Syntax

Valid: Boolean;

Description

The Valid property returns whether the value specified in the component is correct.

Comments

The property returns True if allowed value is set in the component, and False if the value is outside the allowed range of MinValue-MaxValue.

See also:

IWebIntegerEdit