FMX.ScrollBox.TCustomPresentedScrollBox.InitPresentation

From RAD Studio API Documentation

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. {{#multireplace:FMX.ScrollBox.TCustomPresentedScrollBox.InitPresentation|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.Presentation.TPresentedControl.InitPresentation|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.Presentation.TPresentedControl.InitPresentation|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

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

See Also