Soap.SOAPHTTPDisp.THTTPSoapDispatchNode.Notification

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure Notification(AComponent: TComponent; Operation: TOperation); override;

C++

virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Soap.SOAPHTTPDisp.pas
Soap.SOAPHTTPDisp.hpp
Soap.SOAPHTTPDisp THTTPSoapDispatchNode

Description

Répond lorsque des objets sont ajoutés ou retirés du module Web.

Notification est automatiquement appelée lorsque le composant spécifié par AComponent va être inséré ou retiré, comme indiqué par Operation. Quand Operation est opRemove, Notification vérifie si AComponent est l'implémenteur de la propriété Dispatcher. Si c'est le cas, Notification affecte à Dispatcher la valeur nil (Delphi) ou NULL (C++).

Voir aussi