RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.EnableAlign Method

Allows forms to be aligned in the screen.

Pascal
procedure EnableAlign;
C++
__fastcall EnableAlign();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!