Data.DBXCommon.TDBXScheduler.CancelEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CancelEvent(Id: NativeInt): Boolean;

C++

bool __fastcall CancelEvent(NativeInt Id);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXScheduler

Description

Cancels a registered event.

CancelEvent cancels the registered event specified by Id.

See Also