Skip to main content
A newer version of this page is available.

TcxLookAndFeel.AddChangeListener(TObject) Method

Adds a listener to track changes in the look & feel settings.

Declaration

procedure AddChangeListener(AListener: TObject);

Parameters

Name Type
AListener TObject

Remarks

Call this procedure and pass an object as the AListener parameter to allow this object to track all look & feel setting changes in the current property set. This property set becomes the parent level of the look & feel settings for the listener object that must implement the IcxLookAndFeelNotificationListener and/or IcxLookAndFeelNotificationListener2 interfaces.

Note

The listener lists arrange look & feel settings into multiple levels of hierarchy where the lower levels determine the default settings for higher levels.

See Also