Data.DB.TField.DataType

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also