FMX.Presentation.Factory.TPresentationDictionary
C++
typedef System::Generics::Collections::TDictionary__2<System::UnicodeString,Fmx::Controls::Presentation::TPresentationProxyClass>* TPresentationDictionary;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | FMX.Presentation.Factory.hpp | FMX.Presentation.Factory | FMX.Presentation.Factory |
Description
A class that represents a collection of key-value pairs with the <PresentationName, PresentationProxyClass> structure:
PresentationNameis a string identifying a presentation name.PresentationProxyClasshas the TPresentationProxyClass type defining a class reference to a Presentation Proxy.
Presentation dictionaries provide all standard operations over pairs and pair elements supported by TDictionary.