[Overview][Types][Classes][Procedures and functions][Index] |
Source position: extctrls.pp line 1142
type TFlowStyle = ( |
fsLeftRightTopBottom, |
fsRightLeftTopBottom, |
fsLeftRightBottomTop, |
fsRightLeftBottomTop, |
fsTopBottomLeftRight, |
fsBottomTopLeftRight, |
fsTopBottomRightLeft, |
fsBottomTopRightLeft |
); |
lazarus-ccr.sourceforge.net |