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