Data.DB.TSingleField.Value
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TSingleField |
Delphi
property Value: Single read GetAsSingle write SetAsSingle;
C++
__property float Value = {read=GetAsSingle, write=SetAsSingle};
Description
Sets and gets the field's floating-point value.
Use Value to set or get the field's value.