numberedit Value property
Return to Introduction  Previous page  Next page
Applies to
acNumberEdit component.  

Declaration
property Value: LongInt; // must be positive  

Description
The Value property represents the integer value of text typed or specified in the Text property of acNumberEdit control. Use Value property to specify the the value to the edit control and the control will automatically convert it to the Text, in format specified by Kind property (decimal, hexadecimal or binary).  
 
Remarks
iiwarning The Value should be unsigned number only. If you'll try to specify value less than 0, the Value will be 0. If Value is higher than MaxValue, the Value will be put equal to MaxValue.  

See also
Kind and MaxValue properties.