TcxCustomSchedulerStorage.AddListener(IcxSchedulerStorageListener) Method
In This Article
Registers the IcxSchedulerStorageListener listener specified by the AListener parameter so that it’s notified when the storage changes its state.
#Declaration
Delphi
procedure AddListener(AListener: IcxSchedulerStorageListener);
#Parameters
Name | Type |
---|---|
AListener | Icx |
#Remarks
Call this method to add the AListener to the collection of IcxSchedulerStorageListener listeners that are notified when the storage changes its state.
See Also