FMX.ScrollBox.TCustomPresentedScrollBox.InitPresentation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitPresentation(APresentation: TPresentationProxy); override;

C++

virtual void __fastcall InitPresentation(Fmx::Controls::Presentation::TPresentationProxy* APresentation);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox

Description

Sends initialization data to the presentation layer through its presentation proxy.

FMX.ScrollBox.TCustomPresentedScrollBox.InitPresentation inherits from FMX.Controls.Presentation.TPresentedControl.InitPresentation. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.InitPresentation.

Sends initialization data to the presentation layer through its presentation proxy.

After LoadPresentation creates a new presentation proxy, it calls InitPresentation.

See Also