RAD Studio VCL Reference
|
Returns the value of the VariablesInUse property.
function GetVariablesInUse: TWebComponentList; override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|