TcxCustomSchedulerStorage.RemoveListener(IcxSchedulerStorageListener) Method
In This Article
Deletes the IcxSchedulerStorageListener listener specified by the AListener parameter from the collection of listeners registered with the TcxCustomSchedulerStorage.
#Declaration
Delphi
procedure RemoveListener(AListener: IcxSchedulerStorageListener);
#Parameters
Name | Type |
---|---|
AListener | Icx |
#Remarks
Use the RemoveListener method to delete the AListener from the collection of IcxSchedulerStorageListener listeners.
See Also