RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterSubComponent.VariablesInUse Property

Lists those fields or actions in the collection for which variables are defined.

Pascal
property VariablesInUse: TWebComponentList;
C++
__property TWebComponentList VariablesInUse;

Read VariablesInUse to access the child items (fields or actions) that can be addressed from server-side script.  

TAdapterSubComponent implements VariablesInUse to include all of the fields or actions that have been added to the list. Descendant classes can override this property to provide a different set of items, such as the default fields or actions of the associated adapter. 

 

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