FMX.Forms3D.TCustomForm3D.Realign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Realign; override;

C++

virtual void __fastcall Realign(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Forms3D.pas
FMX.Forms3D.hpp
FMX.Forms3D TCustomForm3D

Description

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

FMX.Forms3D.TCustomForm3D.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