API:FMX.Grid.TCustomGrid.CreateScrollContent

Aus RAD Studio API Documentation

Delphi

function CreateScrollContent: TScrollContent; override;

C++

virtual Fmx::Scrollbox::TScrollContent* __fastcall CreateScrollContent(void);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Beschreibung

Erstellt Bildlaufinhalt. {{#multireplace:FMX.Grid.TCustomGrid.CreateScrollContent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:FMX.ScrollBox.TCustomPresentedScrollBox.CreateScrollContent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:FMX.ScrollBox.TCustomPresentedScrollBox.CreateScrollContent|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Erstellt Bildlaufinhalt.

Die Methode kann überschrieben werden, um benutzerdefinierten Inhalt zu erstellen. Damit können Sie benutzerdefinierte Informationen zum Inhalt hinzufügen.

Siehe auch