Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControlChildrenLayout

Defines the logic used to wrap child controls.

Declaration

Source position: controls.pp line 1931

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.

);



CT Web help

CodeTyphon Studio