FMX.ScrollBox.TScrollContentSize.SetSizeWithoutChecks

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSizeWithoutChecks(const Value: TSizeF);

C++

void __fastcall SetSizeWithoutChecks(const System::Types::TSizeF &Value);

Properties

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

Description

Sets the size of the content.

This method does not check the value of the IsReadOnly property.

See Also