FMX.ScrollBox.TScrollContentSize.IsReadOnly

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsReadOnly: Boolean;

C++

bool __fastcall IsReadOnly();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TScrollContentSize


Beschreibung

Gibt an, ob Sie die Größe des Inhalts ändern können.

Der Wert von IsReadOnly ist vom Wert von TCustomPresentedScrollBox.AutoCalculateContentSize abhängig.

Siehe auch