FMX.Forms.TCustomForm.ResizeHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResizeHandle; override;

C++

virtual void __fastcall ResizeHandle();

Properties

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

Description

Resizes this form according to ClientWidth and ClientHeight.

FMX.Forms.TCustomForm.ResizeHandle inherits from FMX.Forms.TCommonCustomForm.ResizeHandle. All content below this line refers to FMX.Forms.TCommonCustomForm.ResizeHandle.

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