Data.DB.TFloatField.Value
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TFloatField |
Delphi
property Value: Double read GetAsFloat write SetAsFloat;
C++
__property double Value = {read=GetAsFloat, write=SetAsFloat};
Description
Specifies the value of the floating-point field.
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.