[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TToolBar.Wrapable

Controls wrapping of tool buttons to the next row when they are too long for the orientation on the tool bar.

Declaration

Source position: comctrls.pp line 2392

published property TToolBar.Wrapable : Boolean
  read FWrapable
  write SetWrapable
  default True;

Description

Wrapable is a Boolean property which indicates if tool buttons can be wrapped to a new line when they are too long for the Align setting in the tool bar. The default value for the property is True. Changing the property value causes the child controls to be re-aligned, and the tool bar is redrawn.

Wrapable is used in the WrapButtons method.

See also

TToolBar.WrapButtons

  

Adjusts tool button sizes and positions, and handles wrapping to new rows or columns.

TToolBar.AlignControls

  

Performs actions to align the tool bar buttons in the specified rectangle.

TWinControl.ReAlign

  

Adjusts the size and placement for the control and all of its children.


Version 3.2 Generated 2024-02-25 Home