RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFloatField.Value Property

Specifies the value of the floating-point field.

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

Use Value to read data from and write data to a floating-point component at runtime. Using the Value property is the same as using the AsFloat property. Use Value when you know the field component is a floating-point field. Use AsFloat when working with a generic field component. 

 

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