FMX.Presentation.Factory.TPresentationProxyFactory.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Current: TPresentationProxyFactory read GetCurrent;

C++

/* static */ __property TPresentationProxyFactory* Current = {read=GetCurrent};

Properties

Type Visibility Source Unit Parent
property public
FMX.Presentation.Factory.pas
FMX.Presentation.Factory.hpp
FMX.Presentation.Factory TPresentationProxyFactory

Description

A reference to the currently used presentation proxy factory.

Only one instance of TPresentationProxyFactory can exist at each moment. This instance is referenced by the Current property.
The first access to Current creates the single instance of TPresentationProxyFactory.

See Also