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

TFlowStyle

Represents the flow styles used in TCustomFlowPanel.

Declaration

Source position: extctrls.pp line 1218

type TFlowStyle = (

  fsLeftRightTopBottom,

  

Controls flow from left to right, then top to bottom.

  fsRightLeftTopBottom,

  

Controls flow from right to left, then top to bottom.

  fsLeftRightBottomTop,

  

Controls flow from left to right, then bottom to top.

  fsRightLeftBottomTop,

  

Controls flow from right to left, then bottom to top.

  fsTopBottomLeftRight,

  

Controls flow from top to bottom, then left to right.

  fsBottomTopLeftRight,

  

Controls flow from bottom to top, then left to right.

  fsTopBottomRightLeft,

  

Controls flow from top to bottom, then right to left.

  fsBottomTopRightLeft

  

Controls flow from bottom to top, then right to left.

);

Description

TFlowStyle is an enumerated type which contains values that represent the flow styles available in TCustomFlowPanel. It is the type used to implement the FlowStyle property in TCustomFlowPanel.

See also

TCustomFlowPanel.FlowStyle

  

Contains the flow direction used to position controls on the panel.


Version 3.2 Generated 2024-02-25 Home