System.Win.ComObj.TComObjectFactory.ClassName
Delphi
property ClassName: string read FClassName;
C++
__property System::UnicodeString ClassName = {read=FClassName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Win.ComObj.pas System.Win.ComObj.hpp |
System.Win.ComObj | TComObjectFactory |
Description
Specifies the name of the class that the class factory instantiates.
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.