IcxSchedulerStorageListener.StorageRemoved(TObject) Method
Notifies the registered listener that its reference to the storage component specified by the Sender parameter has been assigned a value of nil.
Declaration
procedure StorageRemoved(Sender: TObject);
Parameters
| Name | Type |
|---|---|
| Sender | TObject |
Remarks
Notifies the registered listener that its reference to the storage component specified by the Sender parameter has been assigned a value of nil.
See Also