FMX.Presentation.Factory.TPresentationProxyFactory.Presentations

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

Delphi

property Presentations: TPresentationDictionary read FPresentations;

C++

__property System::Generics::Collections::TDictionary__2<System::UnicodeString,Fmx::Controls::Presentation::TPresentationProxyClass>* Presentations = {read=FPresentations};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Presentation.Factory.pas
FMX.Presentation.Factory.hpp
FMX.Presentation.Factory TPresentationProxyFactory


説明

現在のプレゼンテーション プロキシ ファクトリに登録されている、すべての <PresentationName, PresentationProxyClass> ペアのコレクションです。

表示用コントロールの 'styled' プレゼンテーションまたは 'native' プレゼンテーションを定義する各ユニットは、initialization セクションにおいて、Register メソッドを呼び出して、ユニットで定義されたプレゼンテーションに相当する <PresentationName, PresentationProxyClass> ペアを登録します。 その結果、プロジェクトに含まれるプレゼンテーションについてはすべて、<PresentationName, PresentationProxyClass> ペアが登録されます。 このため、プロジェクトで使用される TPresentationProxyFactory 内の Presentations プロパティには、プロジェクトに含まれるすべてのプレゼンテーションの <PresentationName, PresentationProxyClass> ペアのコレクションが格納されます。

関連項目