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

TTabPosition

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

Declaration

Source position: extctrls.pp line 127

type TTabPosition = (

  tpTop,

  

  tpBottom,

  

  tpLeft,

  

  tpRight

  

);