RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIntegerField.Value Property

Represents the value of the integer field.

Pascal
property Value: Longint;
C++
__property Longint Value;

Use Value to read data directly from and write data directly to an integer field. Using the Value property is the same as using the AsInteger property. Use Value when you know the field component is a 32-bit integer field. Use AsInteger when working with a generic field component. 

 

AsInteger

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