Soap.SOAPHTTPDisp.THTTPSoapDispatchNode.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
Soap.SOAPHTTPDisp.pas
Soap.SOAPHTTPDisp.hpp
Soap.SOAPHTTPDisp THTTPSoapDispatchNode

Description

Responds when objects are added or removed from the Web module.

Notification is called automatically when the component specified by AComponent is about to be inserted or removed, as specified by Operation. When Operation is opRemove, Notification checks whether AComponent is the implementer of the Dispatcher property. If so, it sets Dispatcher to nil (Delphi) or NULL (C++).

See Also