RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebActionItems Class

TWebActionItems is a collection of TWebActionItem objects.

Pascal
TWebActionItems = class(TCollection);
C++
class TWebActionItems : public TCollection;

TCustomWebDispatcher uses TWebActionItems to store and manipulate the individual action items it manages. TWebActionItems provides properties and events to 

Add new action items to the collection. 

Copy the list of action items from another TWebActionItems. 

Get the attributes of specified action items in the collection. 

Empty the collection of action items. 

 

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