IcxSchedulerStorageListener.StorageRemoved(TObject) Method
In This Article
Notifies the registered listener that its reference to the storage component specified by the Sender parameter has been assigned a value of nil.
#Declaration
Delphi
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