RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.FindVariable Method

Finds an adapter action or adapter field with the given variable name.

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

FindVariable is called when server side script references a property of an adapter object. FindVariable calls ImplFindVariable

 

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