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;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!