Instantiates a single instance of a COM object.
function CreateComObject(const ClassID: TGUID): IUnknown;
IUnknown CreateComObject(const TGUID ClassID);
ComObj
CreateComObject creates a single uninitialized object of the class associated with the CLSID specified by the ClassID parameter. CreateComObject is used to create an object of a specified type when the CLSID is known, and when the object is on a local or in-proc server.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|