FMX.Presentation.Factory.TPresentationDictionary

From RAD Studio API Documentation
Jump to: navigation, search

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:

Presentation dictionaries provide all standard operations over pairs and pair elements supported by TDictionary.

See Also