Vcl.Forms.TScreen.Realign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Realign; inline;

C++

void __fastcall Realign();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScreen

Description

Realigns the screen's forms according to their Align properties.

Call Realign to realign the screen's forms according to their Align properties.

See Also