表示: Delphi C++
表示設定

WebAdapt.TCustomAdapter.GetVariable

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

function GetVariable(I: Integer): TComponent;

C++

System::Classes::TComponent* __fastcall GetVariable(int I);

プロパティ

種類 可視性 ソース ユニット
function protected
WebAdapt.pas
WebAdapt.hpp
WebAdapt TCustomAdapter

説明

アクションまたは項目を返します。

GetVariableCount と GetVariable は,アダプタ内のアクションと項目を繰り返し処理するために使用されます。I パラメータはゼロから始まるインデックスで,GetVariableCount の結果より小さくなければなりません。GetVariable は,ImplGetVariable を呼び出します。

関連項目

以前のバージョン
他の言語