Vcl.Forms.TScreen.DisableAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisableAlign;

C++

void __fastcall DisableAlign(void);

Properties

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

Description

Prevents forms from being aligned in the screen.

Call DisableAlign to prevent forms from being aligned in the screen. After calling DisableAlign, the Align properties of the screen's forms are ignored until the call is matched by a call to EnableAlign.

See Also