表示: 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 を呼び出します。