FireDAC.DatS.TFDDatSNamedList.Notify
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: FireDAC.DatS.pas FireDAC.DatS.hpp
| |
Unit: FireDAC.DatS | |
Parent: TFDDatSNamedList |
Delphi
procedure Notify(AParam: PFDDatSNotifyParam); override;
C++
virtual void __fastcall Notify(PFDDatSNotifyParam AParam)/* overload */;
inline void __fastcall Notify(TFDDatSNotificationKind AKind, TFDDatSNotificationReason AReason, System::NativeInt AParam1, System::NativeInt AParam2){ TFDDatSObject::Notify(AKind, AReason, AParam1, AParam2); }
Description
Embarcadero Technologies does not currently have any additional information.