Data.DB.TFieldDef.DataType
Delphi
property DataType: TFieldType read FDataType write SetDataType default ftUnknown;
C++
__property TFieldType DataType = {read=FDataType, write=SetDataType, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Data.DB.pas Data.DB.hpp |
Data.DB | TFieldDef |
Description
Determines the type of a physical field.
Use DataType to find out what type of data the field contains. When adding field definitions to a dataset, set DataType to specify what type of field is being defined.
See Also
Code Examples