RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComObjectFactory.ClassName Property

Specifies the name of the class that the class factory instantiates.

Pascal
property ClassName: string;
C++
__property AnsiString ClassName;

ClassName is the name identifying the COM class that the class factory instantiates. 

ClassName is initialized, in the class factory constructor, to the class name that is passed to the constructor. 

 

ClassIDToProgID 

Create 

ProgIDToClassID 

Create

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