FMX.ScrollBox.TScrollContentSize.IsReadOnly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsReadOnly: Boolean;

C++

bool __fastcall IsReadOnly();

Properties

Type Visibility Source Unit Parent
function public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TScrollContentSize

Description

Indicates whether you may set the size of the content.

The value of IsReadOnly depends on the value of TCustomPresentedScrollBox.AutoCalculateContentSize.

See Also