RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.GetVariableCount Method

Returns the total count of actions and fields.

Pascal
function GetVariableCount: Integer;
C++
__fastcall int GetVariableCount();

GetVariableCount and GetVariable is used to iterate over the actions and fields in an adapter. GetVariableCount calls ImplGetVariableCount

 

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