FMX.Forms.TCommonCustomForm.Realign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Realign; virtual;

C++

virtual void __fastcall Realign();

Properties

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

Description

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

See Also