FMX.Layouts.TCustomScrollBox.ClientHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ClientHeight: Single;

C++

float __fastcall ClientHeight(void);

Properties

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

Description

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

Use ClientHeight to read or change the height of the scroll box's client area.

See Also