Vcl.Forms.TScreen.EnableAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EnableAlign;

C++

void __fastcall EnableAlign();

Properties

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

Description

Allows forms to be aligned in the screen.

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

See Also