FMX.ScrollBox.TCustomPresentedScrollBox.InitPresentation

Aus RAD Studio API Documentation

Delphi

procedure InitPresentation(APresentation: TPresentationProxy); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox

Beschreibung

Sendet Initialisierungsdaten an die Darstellungsschicht über den Darstellungs-Proxy. {{#multireplace:FMX.ScrollBox.TCustomPresentedScrollBox.InitPresentation|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:FMX.Controls.Presentation.TPresentedControl.InitPresentation|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:FMX.Controls.Presentation.TPresentedControl.InitPresentation|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Sendet Initialisierungsdaten an die Darstellungsschicht über den Darstellungs-Proxy.

Nachdem LoadPresentation einen neuen Darstellungs-Proxy erstellt hat, ruft die Methode InitPresentation auf.

Siehe auch