FireDAC.Comp.DataSet.IFDDataSetListener

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
interface
class
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: FireDAC.Comp.DataSet

Delphi

IFDDataSetListener = interface (IUnknown)

C++

__interface  INTERFACE_UUID("{3E9B315B-F456-4175-A864-B2573C4A2401}") IFDDataSetListener  : public System::IInterface

Description

Allows to implement custom event handling for dataset operations.


See Also