FireDAC.Comp.Client.TFDCustomEventAlerter.RemoveChangeHandler

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomEventAlerter

Delphi

procedure RemoveChangeHandler(const AHandler: IFDPhysChangeHandler);

C++

void __fastcall RemoveChangeHandler(const Firedac::Phys::Intf::_di_IFDPhysChangeHandler AHandler);

Description

Removes the specified change handler from this event alerter.

RemoveChangeHandler is called automatically when TFDAdaptedDataSet.ChangeAlerter is given a value other than nil.

See Also