Data.DB.TField.Notification
Delphi
procedure Notification(AComponent: TComponent;  Operation: TOperation); override;
C++
virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Data.DB.pas Data.DB.hpp | Data.DB | TField | 
Description
Notifies that components are to be inserted to or removed from a form.
Notification notifies that components are to be inserted to or removed from a form.
Do not call the Notification method in an application. Notification is called automatically when the component specified by AComponent is about to be inserted or removed, as specified by Operation.