TXTextControl.SizeMode Property

Specifies whether the Text Control can be moved or resized at run time. If the Moveable option is selected, the control can be moved by dragging the control's frame with the mouse, after the cross cursor has been shown. If the Sizeable option is selected, the control can be resized after a resize cursor has been shown in one of the frame's corners or midpoints.

Syntax

TXTextControl.SizeMode [= value]
Setting Description
0 - Fixed (Default) The Text Control cannot be moved or sized.
1 - Moveable The Text Control can be moved.
2 - Sizeable The Text Control can be sized.
3 - Move and Sizeable The Text Control can be moved and sized.

Data Types

Integer.

See Also