Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher.Notification
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DSHTTPServiceProxyDispatcher.pas Datasnap.DSHTTPServiceProxyDispatcher.hpp
| |
Unit: Datasnap.DSHTTPServiceProxyDispatcher | |
Parent: TDSHTTPServiceProxyDispatcher |
Delphi
procedure Notification(AComponent: TComponent;
Operation: TOperation); override;
C++
virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);
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.