System.Win.ComObj.TComObjectFactory.ProgID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProgID: string read GetProgID;

C++

__property System::UnicodeString ProgID = {read=GetProgID};

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 factory.

ProgID is the programmatic identifier that specifies the vendor, component, and version of the class factory object.

Every object class that can be inserted into an OLE container has ProgID.

See Also