FMX.Layouts.TCustomScrollBox.ClientWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ClientWidth: Single;

C++

float __fastcall ClientWidth();

Properties

Type Visibility Source Unit Parent
function public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox

Description

ClientWidth specifies the width of the component’s content (in dp). Use it to read or change the width of the component.

Note: ClientWidth is the component’s width without decoration. The components could be scrollbars and paddings.

See Also