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 */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
protected | FireDAC.DatS.pas FireDAC.DatS.hpp |
FireDAC.DatS | TFDDatSObject |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.