FMX.Layouts.TCustomScrollBox.ClientHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ClientHeight: Single;

C++

float __fastcall ClientHeight();

Properties

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

Description

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

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

See Also