System.Win.VCLCom.TComponentFactory

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

System.Win.ComObj.TAutoObjectFactorySystem.Win.ComObj.TTypedComObjectFactorySystem.Win.ComObj.TComObjectFactorySystem.TObjectTComponentFactory

Delphi

TComponentFactory = class(TAutoObjectFactory, IClassFactory)

C++

class PASCALIMPLEMENTATION TComponentFactory : public System::Win::Comobj::TAutoObjectFactory

プロパティ

種類 可視性 ソース ユニット
class public
System.Win.VCLCom.pas
System.Win.VCLCom.hpp
System.Win.VCLCom System.Win.VCLCom


説明

TComponentFactory は、インターフェイスをサポートするコンポーネントのインスタンスを作成する、クラス ファクトリです。

TComponentFactory は、インターフェイスを実装しているコンポーネント クラスのインスタンスを作成します。TComponentFactory は IClassFactory インターフェイスをサポートしており、IClassFactory2 インターフェイスに対するサポートを継承しています。

メモ: これらのコンポーネントは、オートメーション オブジェクト(集合)の中のオブジェクトとして、実際には作成されます。

関連項目