FMX.Forms.IFMXWindowService.GetWindowRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWindowRect(const AForm: TCommonCustomForm): TRectF;

C++

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

Properties

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

Description

In descendants, GetWindowRect implements functionality to return the working rectangle area of the given form.

See Also