Data.DB.TSingleField

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TNumericFieldData.DB.TFieldSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSingleField

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.

See Also

Code Examples