System.Win.ComObj.TComObjectFactory.ProgID

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ProgID: string read GetProgID;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TComObjectFactory

説明

クラスファクトリ名を指定します。

ProgID プロパティは,クラスファクトリオブジェクトのベンダー,コンポーネント,バージョンを指定するプログラム ID です。

OLE コンテナに挿入できるオブジェクトクラスはすべて ProgID を持ちます。

関連項目