FMX.Controls.Presentation.TPresentedControl.LoadPresentation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadPresentation; virtual;

C++

virtual void __fastcall LoadPresentation();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Loads the presentation proxy and initializes the corresponding presentation of your presented control if it is not loaded already.

LoadPresentation loads a new presentation proxy for the presented control:

LoadPresentation is called automatically after the presented control is created or loaded.

See Also