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