TcxCustomStyle.RemoveListener(IcxStyleChangeListener) Method
Removes the specified listener from the notification list.
Declaration
procedure RemoveListener(AListener: IcxStyleChangeListener); virtual;
Parameters
Name | Type |
---|---|
AListener | IcxStyleChangeListener |
Remarks
The RemoveListener method removes the listener specified by the AStyles parameter from the notification list. The listener (a collection of style links for various component elements) will no longer receive notifications when style attribute are changed or when the style object is destroyed. To add a listener to the notification list, use the AddListener method.
See Also