Data.DBXCommon.TDBXScheduler.CancelEvent
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXScheduler |
Delphi
function CancelEvent(Id: NativeInt): Boolean;
C++
bool __fastcall CancelEvent(System::NativeInt Id);
Description
Cancels a registered event.
CancelEvent cancels the registered event specified by Id
.