RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.ControlsAligned Method

ControlsAligned automatically executes after a call to AlignControls.

Pascal
procedure ControlsAligned; dynamic;
C++
__fastcall ControlsAligned();

Implement ControlsAligned in descendant classes to display a notification, after aligning the controls by a call to AlignControls.

Note: As a member of the TWinControl class, ControlsAligned has no effect.
 

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