Data.DBXCommon.TDBXScheduler.CancelEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also