RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.GetVariable Method

Returns an action or field.

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

GetVariableCount and GetVariable is used to iterate over actions and fields in an adapter. The I parameter is a zero-based index that must be less than the result of GetVariableCount. GetVariable calls ImplGetVariable

 

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