RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComObjectFactory.Description Property

Describes the class object.

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

Description is used in the registration database, when the class factory is registered, to describe the class object. 

Description is initialized, in the class factory constructor, to the Description parameter that is passed to the constructor. This description is retrieved from the type library. 

 

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