RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.FindVariableContainer Method

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

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

FindVariableContainer is called when server side script references a property of a property. FindVariableContainer returns the result of ImplFindVariableContainer

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!