RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.ImplFindVariable Method

Finds an adapter action or adapter field child with a matching variable name.

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

ImpFindVariable returns the result of FindNamedVariable

 

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