RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBExtract.GetFieldType Method

Returns the full description of a specified field type as a printable string.

Pascal
function GetFieldType(FieldType: Integer; FieldSubType: Integer; FieldScale: Integer; FieldSize: Integer; FieldPrec: Integer; FieldLen: Integer): String;
C++
__fastcall AnsiString GetFieldType(int FieldType, int FieldSubType, int FieldScale, int FieldSize, int FieldPrec, int FieldLen);

GetFieldType returns the string description with the specified field type, subtype, scale, size, precision, and length. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!