Web.HTTPApp.TWebActionItems

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTWebActionItems

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.

See Also