RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterSubComponent.GetVariablesInUse Method

Returns the value of the VariablesInUse property.

Pascal
function GetVariablesInUse: TWebComponentList; virtual;
C++
virtual __fastcall TWebComponentList GetVariablesInUse();

GetVariablesInUse is the protected read implementation for the VariablesInUse property. 

In TAdapterSubComponent, GetVariablesInUse calls the GetWebComponents method to return a list of all the items in the list. Descendant classes can override this method to return only those items that meet a certain criterion. 

 

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