WebAdapt.TCustomAdapter.ImplFindVariable
From RAD Studio API Documentation
Delphi
function ImplFindVariable(const AName: string): TComponent; virtual;
C++
virtual System::Classes::TComponent* __fastcall ImplFindVariable(const System::UnicodeString AName);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | WebAdapt.pas WebAdapt.hpp |
WebAdapt | TCustomAdapter |
Description
Finds an adapter action or adapter field child with a matching variable name.
ImpFindVariable returns the result of FindNamedVariable.