IBX.IBDatabaseINI.TIBDatabaseINI.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 | IBX.IBDatabaseINI.pas IBX.IBDatabaseINI.hpp |
IBX.IBDatabaseINI | TIBDatabaseINI |
Description
Forwards notification messages to all owned components.
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
. By default, components pass along the notification to their owned components, if any.