Unit 'PQEventMonitor' Package
[Overview][Types][Classes][Index] [#fcl-db]

TPQEventMonitor

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: pqeventmonitor.pp line 56

type TPQEventMonitor = class(TComponent)

public

  constructor Create(); override;

  destructor Destroy; override;

  procedure Poll;

  procedure RegisterEvents; virtual;

  procedure UnRegisterEvents; virtual;

  property ErrorMsg: string; [r]

  property NativeHandle: pointer; [r]

published

  property Connection: TPQConnection; [rw]

  property Events: TStrings; [rw]

  property Registered: Boolean; [rw]

  property OnEventAlert: TEventAlert; [rw]

  property OnEventAlertPayload: TEventAlertPayload; [rw]

  property OnError: TErrorEvent; [rw]

end;

Inheritance

TPQEventMonitor

|

TObject


Documentation generated on: 2023-03-18