FMX.Presentation.Factory.TPresentationDictionary
C++
typedef System::Generics::Collections::TDictionary__2<System::UnicodeString,Fmx::Controls::Presentation::TPresentationProxyClass>* TPresentationDictionary;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| typedef | public | FMX.Presentation.Factory.hpp | FMX.Presentation.Factory | FMX.Presentation.Factory |
説明
キー/値ペアのコレクションで、<PresentationName, PresentationProxyClass> の構造体を持っています。
ここでは:
PresentationNameは、プレゼンテーション名を識別する文字列です。PresentationProxyClassは、プレゼンテーション プロキシ への クラス参照を定義する、TPresentationProxyClass 型を保有しています。
プレゼンテーション ディクショナリは、TDictionary によってサポートされているペアおよびペア要素に対する、すべての標準オペレーションを提供します。