TcxFormatController.RemoveListener(IcxFormatControllerListener) Method
Removes a specific listener from the notification list.
Declaration
procedure RemoveListener(AListener: IcxFormatControllerListener); virtual;
Parameters
Name | Type |
---|---|
AListener | IcxFormatControllerListener |
Remarks
Call this method to remove an AListener previously added by the AddListener method from the notification list.
See Also