FireDAC.Comp.Client.TFDCustomEventAlerter.Unregister

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Unregister;

C++

void __fastcall Unregister();

Properties

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

Description

Unregisters the events with a DBMS.

Use the Unregister method to unregister the events with a DBMS and stop the incoming events processing. If the event alerter is already unregistered with a DBMS, no further actions are taken. Alternatively, you can set the Active property to False.

See Also