API:Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher.Notification

From RAD Studio API Documentation
Jump to: navigation, search

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
Datasnap.DSHTTPServiceProxyDispatcher.pas
Datasnap.DSHTTPServiceProxyDispatcher.hpp
Datasnap.DSHTTPServiceProxyDispatcher TDSHTTPServiceProxyDispatcher

Description

Responds to notifications that components are about to be removed.

Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher.Notification inherits from Datasnap.DSHTTP.TDSHTTPServiceComponent.Notification. All content below this line refers to Datasnap.DSHTTP.TDSHTTPServiceComponent.Notification.

Responds to notifications that components are about to be removed.

The Notification method is called automatically when components are removed from the application.