WebAdapt.TCustomAdapter.GetVariable
From RAD Studio API Documentation
Revision as of 16:26, 16 October 2011 by TestAccount (Talk | contribs)
Delphi
function GetVariable(I: Integer): TComponent;
C++
System::Classes::TComponent* __fastcall GetVariable(int I);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | WebAdapt.pas WebAdapt.hpp |
WebAdapt | TCustomAdapter |
Description
Returns an action or field.
GetVariableCount and GetVariable is used to iterate over actions and fields in an adapter. The I parameter is a zero-based index that must be less than the result of GetVariableCount. GetVariable calls ImplGetVariable.