FMX.Forms.IFMXWindowService.SetClientSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetClientSize(const AForm: TCommonCustomForm; const ASize: TPointF);

C++

virtual void __fastcall SetClientSize(TCommonCustomForm* const AForm, const System::Types::TPointF &ASize) = 0 ;

Properties

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

Description

In descendants, SetClientSize implements functionality to set the working area dimensions of the given form.

See Also