FMX.Forms.IFMXWindowService.GetWindowRect

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetWindowRect(const AForm: TCommonCustomForm): TRectF;

C++

virtual System::Types::TRectF __fastcall GetWindowRect(TCommonCustomForm* const AForm) = 0 ;

Propriétés

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

Description

Dans les classes descendantes, GetWindowRect implémente des fonctionnalités afin de renvoyer la zone de rectangle de travail de la fiche donnée.

Voir aussi