Web.HTTPApp.TWebModule.Actions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Actions;

C++

__property Actions;

Properties

Type Visibility Source Unit Parent
property published
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebModule

Description

Represents the collection of action items managed by the TCustomWebDispatcher object.

Web.HTTPApp.TWebModule.Actions inherits from Web.HTTPApp.TCustomWebDispatcher.Actions. All content below this line refers to Web.HTTPApp.TCustomWebDispatcher.Actions.

Represents the collection of action items managed by the TCustomWebDispatcher object.

Use the methods of Actions to add action items for use by the dispatcher, to clear the set of action items managed by the dispatcher, or to access the attributes of the action items.

See Also