Web.HTTPApp.TCustomWebDispatcher.Actions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Actions: TWebActionItems read FActions write SetActions;

C++

__property TWebActionItems* Actions = {read=FActions, write=SetActions};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebDispatcher

Beschreibung

Bezeichnet die Kollektion der Aktionselemente, die vom TCustomWebDispatcher-Objekt verwaltet werden.

Mit den Methoden von Actions können Sie Aktionselemente hinzufügen, löschen oder auf ihre Attribute zugreifen.

Siehe auch