RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLargeintField.Value Property

Represents the value of the large integer field.

Pascal
property Value: Largeint;
C++
__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. 

 

AsLargeInt 

AsVariant 

MaxValue 

MinValue

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!