IWebIntegerEdit.MaxValue

Syntax

MaxValue: Integer;

Description

The MaxValue property determines maximum value of the number that can be set in the component.

Comments

One can specify any value if MinValue = MaxValue = 0. The value will be limited with allowed maximum values for the Integer data type.

See also:

IWebIntegerEdit