RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterSubComponent.GetVariableCount Method

Indicates the number of items in this list that can be accessed from server-side script.

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

GetVariableCount returns the number of child items that have variable names. This is the number of items in the VariablesInUse proprety. Use GetVariableCount as an upper bound to the I parameter of the GetVariable method. 

 

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