RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTypedComObjectFactory Class

TTypedComObjectFactory is the type of the class factory object used to instantiate a TypedComObject class.

Pascal
TTypedComObjectFactory = class(TComObjectFactory);
C++
class TTypedComObjectFactory : public TComObjectFactory;

ComObj

TTypedComObjectFactory inherits support for the IUnknown, IClassFactory, and IClassFactory2 interfaces. TTypedComObjectFactory is used to instantiate the TTypedComObject class. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!