IWebFloatEdit.MaxValue

Syntax

MaxValue: Double;

Description

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

Comments

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

See also:

IWebFloatEdit