Vcl.ActnMan.TCustomActionManager.OnGetClientsClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetClientsClass: TGetClientsClassEvent read FOnGetClientsClass  write FOnGetClientsClass;

C++

__property TGetClientsClassEvent OnGetClientsClass = {read=FOnGetClientsClass, write=FOnGetClientsClass};

Properties

Type Visibility Source Unit Parent
event protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Description

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.