FireDAC.DatS.TFDDatSObject.Notify
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 */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FireDAC.DatS.pas FireDAC.DatS.hpp |
FireDAC.DatS | TFDDatSObject |
Description
Embarcadero Technologies does not currently have any additional information.