Web.HTTPApp.TCustomWebDispatcher.Actions
Delphi
property Actions: TWebActionItems read FActions write SetActions;
C++
__property TWebActionItems* Actions = {read=FActions, write=SetActions};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TCustomWebDispatcher |
Description
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.