FireDAC.Comp.Client.TFDCustomEventAlerter.Register

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Register;

C++

void __fastcall Register();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomEventAlerter

Description

Registers the events with a DBMS.

Use the Register method to register the events with a DBMS and start the incoming events processing. If a FireDAC DBMS driver supports some event alerters, then the event alerter kind must be explicitly assigned to the Options.Kind property. If the event alerter is already registered wtih a DBMS, no further actions are taken. Alternatively, you can set the Active property to True.

See Also