Vcl.ActnMan.TActionManager.OnGetClientsClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetClientsClass: TGetClientsClassEvent read FOnGetClientsClass write FOnGetClientsClass;

C++

__property OnGetClientsClass;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionManager

Description

Occurs when attempting to add items to an ActionClient.

Vcl.ActnMan.TActionManager.OnGetClientsClass inherits from Vcl.ActnMan.TCustomActionManager.OnGetClientsClass. All content below this line refers to Vcl.ActnMan.TCustomActionManager.OnGetClientsClass.

Occurs when attempting to add items to an ActionClient.

Write an OnGetClientsClass event handler to change the type of the TActionClients class that is created and used by the ActionManager. OnGetClientsClass provides an opportunity to return a descendant of TActionClients which implements new properties, events and methods for use within action bands.