FMX.Forms.TCustomForm.Realign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Realign; override;

C++

virtual void __fastcall Realign();

Properties

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

Description

Realigns all the child objects of this form and repaints the form's surface by a call to InvalidateRect.

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

Realigns all the child objects of this form and repaints the form's surface by a call to InvalidateRect.

See Also