RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.GetFieldType Method

Gets the data type of a specified column.

Pascal
function GetFieldType(Ordinal: Integer): System; override;
C++
virtual __fastcall System GetFieldType(int Ordinal);

GetFieldType gets the System.Type data type of a specified zero-based column number. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!