Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IcxLookAndFeelNotificationListener.MasterLookAndFeelDestroying(TcxLookAndFeel) Method

Notifies all listeners that the source of default look & feel settings is about to be destroyed.

#Declaration

Delphi
procedure MasterLookAndFeelDestroying(Sender: TcxLookAndFeel);

#Parameters

Name Type Description
Sender TcxLookAndFeel

Accepts a TcxLookAndFeel class instance that is about to be destroyed.

#Remarks

A look & feel property set calls the MasterLookAndFeelDestroying procedure when it is about to be destroyed. A listener is another look & feel property set that belongs to a DevExpress control or dialog. Once the look & feel property set is destroyed, its listeners use the root look & feel settings as the source of default property values. The root look & feel settings exist while an application is running.

See Also