[Overview][Constants][Types][Classes][Index] Reference for unit 'ComCtrls' (#lcl)

TTabPosition

TTabPosition - enumerated type for position of tab relative to page: top, bottom, left or right

Declaration

Source position: comctrls.pp line 330

type TTabPosition = (

  tpTop,

  

  tpBottom,

  

  tpLeft,

  

  tpRight

  

);