| Control | TControl | ||
| The control to be moved and/or resized. | |||
| AllowResize | boolean | ||
| Whether to display the grab-handles used for resizing. | |||
| AllowMove | boolean | ||
| Whether mouse down, move and up should be used to move the control. Note: only controls descended from TWinControl can be moved. | |||
| LimitToParentRect | boolean | ||
| Whether the move and/or resize operation should be limited to the parent's client rect. | |||
| MinimumMove | cardinal | ||
| The minimum mouse movement that will be treated as a control movement. Mouse movements smaller than this will be ignored. | |||
| OnStartSize | TNotifyEvent | ||
| An event fired when the user starts resizing the control. | |||
| OnSize | TssSizeAndMoveEvent | ||
| An event fired while the user is resizing the control. | |||
| OnEndSize | TNotifyEvent | ||
| An event fired when the user finishes resizing the control. | |||
| OnStartMove | TNotifyEvent | ||
| An event fired when the user starts moving the control. | |||
| OnMove | TssSizeAndMoveEvent | ||
| An event fired while the user is moving the control. | |||
| OnEndMove | TNotifyEvent | ||
| An event fired when the user finishes moving the control. | |||
| TssSizeAndMoveEvent | procedure(Sender: TObject; rct: TRect) of object | ||
Copyright © 2000-2012 Simon Armstrong. All Rights Reserved.
