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

TControlChildrenLayout

Defines the logic used to wrap child controls.

Declaration

Source position: controls.pp line 1956

type TControlChildrenLayout = (

  cclNone,

  

No wrapping.

  cclLeftToRightThenTopToBottom,

  

Arranges controls in a row filled from left to right, and then top to bottom. Uses the value in BiDiMode; when it contains bdRightToLeft the horizontal direction is reversed (Right to Left).

  cclTopToBottomThenLeftToRight

  

Arranges controls in columns, from top to bottom and then left to right.

);


Version 3.2 Generated 2024-02-25 Home