FireDAC.DatS.TFDDatSObject.Notify

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.DatS.pas
FireDAC.DatS.hpp
Unit: FireDAC.DatS
Parent: TFDDatSObject

Delphi

procedure Notify(AParam: PFDDatSNotifyParam); overload; virtual;
procedure Notify(AKind: TFDDatSNotificationKind;
AReason: TFDDatSNotificationReason; AParam1, AParam2: NativeInt); overload;

C++

virtual void __fastcall Notify(PFDDatSNotifyParam AParam)/* overload */;
void __fastcall Notify(TFDDatSNotificationKind AKind, TFDDatSNotificationReason AReason, System::NativeInt AParam1, System::NativeInt AParam2)/* overload */;

Description

Embarcadero Technologies does not currently have any additional information.