RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.ImplGetVariable Method

Returns an action or field.

Pascal
function ImplGetVariable(I: Integer): TComponent; virtual;
C++
virtual __fastcall TComponent * ImplGetVariable(int I);

ImplGetVariable is called by GetVariable. ImplGetVariable uses the I parameter to locate an adapter action or adapter field. 

 

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