Data.DB.TField.DataType

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also