Instantiates an Automation object.
function CreateOleObject(const ClassName: string): IDispatch;
IDispatch CreateOleObject(const AnsiString ClassName);
ComObj
CreateOleObject creates a single uninitialized object of the class specified by the ClassName parameter. ClassName specifies the string representation of the Class ID (CLSID). CreateOleObject 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. Only objects that are not part of an aggregate are created using CreateOleObject.
Unassigned
Connecting to a Server
Controlling an Automation Server Using a Dispatch Interface
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|