RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.DisableAlign Method

Prevents forms from being aligned in the screen.

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

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

 

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