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

Specifies the width of the scroll box's client area (in pixels).

Use ClientWidth to read or change the width of the scroll box's client area.

See Also