FMX.ScrollBox.TCustomPresentedScrollBox.InitPresentation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

FMX.ScrollBox.TCustomPresentedScrollBox.InitPresentation erbt von FMX.Controls.Presentation.TPresentedControl.InitPresentation. Der folgende Inhalt bezieht sich auf FMX.Controls.Presentation.TPresentedControl.InitPresentation.

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

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

Siehe auch