API:IBX.IBEvents.TEventAlert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TEventAlert = procedure( Sender: TObject; EventName: string; EventCount: longint;
var CancelAlerts: Boolean) of object;

C++

typedef void __fastcall (__closure *TEventAlert)(System::TObject* Sender, System::UnicodeString EventName, System::LongInt EventCount, bool &CancelAlerts);

Properties

Type Visibility Source Unit Parent
type
typedef
public
IBX.IBEvents.pas
IBX.IBEvents.hpp
IBX.IBEvents IBX.IBEvents

Description

Embarcadero Technologies does not currently have any additional information.