RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.ImplFindVariableContainer Method

Finds an adapter action or adapter field that is a container for other scriptable objects.

Pascal
function ImplFindVariableContainer(const AName: string): TComponent; virtual;
C++
virtual __fastcall TComponent * ImplFindVariableContainer(const AnsiString AName);

FindVariableContainer is called when server side script references a property of a property. ImplFindVariableContainer tries to find an adapter field or adapter action that is a container for other objects. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!