RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLargeintField.MinValue Property

Limits the minimum value in the large integer field.

Pascal
property MinValue: Largeint;
C++
__property Largeint MinValue;

Use MinValue to get or set the minimum value that can be entered into the field. If a value smaller than MinValue is entered, an EDatabaseError exception is raised. 

If the value of MinValue is 0, the large integer field can have a value as small as the native database type can represent. For 64-bit integer fields, this minimum value is -2 ^63 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!