RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebActionItems Class

TWebActionItems is a collection of TWebActionItem objects.

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

HTTPApp

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!