Web.DBWeb.TDataSetTableProducer.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 | Web.DBWeb.pas Web.DBWeb.hpp | Web.DBWeb | TDataSetTableProducer | 
Description
Responds to notifications indicating that components are being created or destroyed.
Notification is called automatically when a TDataSetTableProducer component has just been added to the form or is about to be deleted.