FMX.Forms.TCommonCustomForm.ClientRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ClientRect: TRectF;

C++

System::Types::TRectF __fastcall ClientRect();

Properties

Type Visibility Source Unit Parent
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Returns a TRectF with the coordinates of the client area. The width of the rectangle is the same as ClientWidth and the height of the rectangle is ClientHeight.

See Also