FireDAC.Phys.Intf.IFDPhysEventAlerter.RemoveChangeHandler

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
Unit: FireDAC.Phys.Intf
Parent: IFDPhysEventAlerter

Delphi

procedure RemoveChangeHandler(const AHandler: IFDPhysChangeHandler);

C++

virtual void __fastcall RemoveChangeHandler(const _di_IFDPhysChangeHandler AHandler) = 0 ;

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