RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBExtract.GetArrayField Method

Returns the dimensions of an array field as a printable string.

Pascal
function GetArrayField(FieldName: String): String;
C++
__fastcall AnsiString GetArrayField(AnsiString FieldName);

GetArrayField returns the dimensions of the array field with the name specified by the FieldName parameter. The resulting string has the form

[lower:upper, lower:upper,..]

 

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