IBX.IBExtract.TIBExtract.GetArrayField

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetArrayField(FieldName : String) : String;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
IBX.IBExtract.pas
IBX.IBExtract.hpp
IBX.IBExtract TIBExtract

説明

配列フィールドの次元を表示可能な文字列として返します。

GetArrayField は,FieldName パラメータによって指定された名前を持つ配列フィールドの次元を返します。結果の文字列は次の形式になります。


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