System.Win.ObjComAuto.TObjectDispatch.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TObjectDispatch();

Properties

Type Visibility Source Unit Parent
destructor public
System.Win.ObjComAuto.pas
System.Win.ObjComAuto.hpp
System.Win.ObjComAuto TObjectDispatch

Description

Destroys a TObjectDispatch instance.

Destroy destroys a TObjectDispatch instance and the associated Automation server instance, if owned (see TObjectDispatch.Create).