Skip to main content

TcxCustomSchedulerStorage.AddListener(IcxSchedulerStorageListener) Method

Registers the IcxSchedulerStorageListener listener specified by the AListener parameter so that it’s notified when the storage changes its state.

Declaration

procedure AddListener(AListener: IcxSchedulerStorageListener);

Parameters

Name Type
AListener IcxSchedulerStorageListener

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