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

TFlowStyle

Declaration

Source position: extctrls.pp line 1107

type TFlowStyle = (

  fsLeftRightTopBottom,

  fsRightLeftTopBottom,

  fsLeftRightBottomTop,

  fsRightLeftBottomTop,

  fsTopBottomLeftRight,

  fsBottomTopLeftRight,

  fsTopBottomRightLeft,

  fsBottomTopRightLeft

);