IBX.IBExtract.TIBExtract.GetArrayField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetArrayField(FieldName : String) : String;

C++

System::UnicodeString __fastcall GetArrayField(System::UnicodeString FieldName);

Properties

Type Visibility Source Unit Parent
function public
IBX.IBExtract.pas
IBX.IBExtract.hpp
IBX.IBExtract TIBExtract

Description

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

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,..]