new

Examples


The new statement creates a reference to a new COM object. A reference to the specified object is returned.

Syntax

new object_reference()

Parameters

object_reference – A fully-qualified COM object type to create.


Documentation Feedback