Data.DB.TParamObject.GetDataType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TParamObject

Delphi

function GetDataType: TFieldType;

C++

TFieldType __fastcall GetDataType();

Description

Returns the data type of the field corresponding to the TParamObject instance.

Call GetDataType to obtain the data type of the field corresponding to the TParamObject instance.

Note: The returned data type is the same with that given through the ADataType parameter in a previous call to the Create method.

See Also