System.Win.ComObj.TConnectionPoint.Unadvise

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Unadvise(dwCookie: Longint): HResult; stdcall;

C++

HRESULT __stdcall Unadvise(int dwCookie);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TConnectionPoint

Beschreibung

Schließt eine Verbindung. Unadvise schließt eine Verbindung zu einem COM-Objekt, wenn möglich.

Siehe auch