FMX.Forms.TCommonCustomForm.ClientRect

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ClientRect: TRectF;

C++

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

Propriétés

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


Description

Renvoie un TRectF avec les coordonnées de la zone client. La largeur du rectangle est identique à ClientWidth et la hauteur du rectangle est ClientHeight.

Voir aussi