Data.DB.TField.DataType
Delphi
property DataType: TFieldType read FDataType;
C++
__property TFieldType DataType = {read=FDataType, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DB.pas Data.DB.hpp |
Data.DB | TField |
Description
Identifies the data type of the field component.
Read the DataType property to learn the type of the data the field contains.