System.Win.ComObj.TComClassManager.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TComClassManager();

Properties

Type Visibility Source Unit Parent
constructor public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TComClassManager

Description

Creates an instance of the TComClassManager class.

Do not create instances of TComClassManager. Instead, use the ComClassManager function to obtain a reference to the global COM class manager.

See Also