IBX.IBExtract.TIBExtract.GetFieldType
Delphi
function GetFieldType(FieldType, FieldSubType, FieldScale, FieldSize, FieldPrec, FieldLen : Integer) : String;
C++
System::UnicodeString __fastcall GetFieldType(int FieldType, int FieldSubType, int FieldScale, int FieldSize, int FieldPrec, int FieldLen);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | IBX.IBExtract.pas IBX.IBExtract.hpp |
IBX.IBExtract | TIBExtract |
Description
Returns the full description of a specified field type as a printable string.
GetFieldType returns the string description with the specified field type, subtype, scale, size, precision, and length.