Vcl.ActnMan.TCustomActionManager.OnStyleChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnStyleChanged: TStyleChanged read FOnStyleChanged write FOnStyleChanged;

C++

__property TStyleChanged OnStyleChanged = {read=FOnStyleChanged, write=FOnStyleChanged};

Properties

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

Description

Occurs after a change in the Style property.

Write an OnStyleChanged event handler to respond after the Style property changes.

See Also