Data.DB.TSingleField
Delphi
TSingleField = class(TNumericField)
C++
class PASCALIMPLEMENTATION TSingleField : public TNumericField
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.DB.pas Data.DB.hpp |
Data.DB | Data.DB |
Description
TSingleField represents a field that contains a single precision floating point value in a dataset.
TSingleField encapsulates the fundamental behavior common to fields that contain single precision floating point data. Single fields can hold values in the range 1.18 x 10-38 to 3.4 x 1038, and are frequently used to floating point values where single precision is required.