Show: Delphi
C++
Display Preferences
WebAdapt.TCustomAdapter.FindVariable
From XE2 API Documentation
Delphi
function FindVariable(const AName: string): TComponent;
C++
System::Classes::TComponent* __fastcall FindVariable(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 with the given variable name.
FindVariable is called when server side script references a property of an adapter object. FindVariable calls ImplFindVariable.