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

TControlChildrenLayout

Modes for wrapping controls.

Declaration

Source position: controls.pp line 1800

type TControlChildrenLayout = (

  cclNone,

  

No wrapping

  cclLeftToRightThenTopToBottom,

  

Arrange in rows If BiDiMode not bdLeftToRight then it becomes RightToLeft.

  cclTopToBottomThenLeftToRight

  

Arrange in columns

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.