FMX.Forms.TCommonCustomForm.ResizeHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResizeHandle; virtual;

C++

virtual void __fastcall ResizeHandle();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Resizes this form according to ClientWidth and ClientHeight.

ResizeHandle is overridden in subclasses to implement functionality to resize the dimensions of this form according to the values of the ClientWidth and ClientHeight properties.

See Also