FireDAC.Comp.Client.TFDCustomEventAlerter.RemoveChangeHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveChangeHandler(const AHandler: IFDPhysChangeHandler);

C++

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

Properties

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

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