RAD Studio VCL Reference
|
TWebActionItems is a collection of TWebActionItem objects.
TWebActionItems = class(TCollection);
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!
|