System.Win.ComObj.TComObjectFactory.Description

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Description: string read FDescription;

C++

__property System::UnicodeString Description = {read=FDescription};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TComObjectFactory

Description

Describes the class object.

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.

See Also