Web.HTTPApp.TWebActionItems
Delphi
TWebActionItems = class(TCollection)
C++
class PASCALIMPLEMENTATION TWebActionItems : public System::Classes::TCollection
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | Web.HTTPApp |
Description
TWebActionItems is a collection of TWebActionItem objects.
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.