FMX.Forms.IFMXWindowService.SetWindowRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetWindowRect(const AForm: TCommonCustomForm; ARect: TRectF);

C++

virtual void __fastcall SetWindowRect(TCommonCustomForm* const AForm, const System::Types::TRectF &ARect) = 0 ;

Properties

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

Description

In descendants, SetWindowRect implements functionality to set the working rectangle area of the given form.

See Also