WebAdapt.TCustomAdapter.ImplGetVariable
From RAD Studio API Documentation
Delphi
function ImplGetVariable(I: Integer): TComponent; virtual;
C++
virtual System::Classes::TComponent* __fastcall ImplGetVariable(int I);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | WebAdapt.pas WebAdapt.hpp |
WebAdapt | TCustomAdapter |
Description
Returns an action or field.
ImplGetVariable is called by GetVariable. ImplGetVariable uses the I parameter to locate an adapter action or adapter field.