|
RAD Studio VCL Reference
|
Represents the value of the large integer field.
property Value: Largeint;
__property Largeint Value;
Use Value to read data directly from and write data directly to a large integer field. Using the Value property is the same as using the AsLargeInt property.
If a value assigned to the field is not within the range established by the MinValue and the MaxValue properties, an EDatabaseError exception is raised.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|