[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TTabPosition - enumerated type for position of tab relative to page: top, bottom, left or right
Source position: extctrls.pp line 126
type TTabPosition = ( |
||
tpTop, |
|
|
tpBottom, |
|
|
tpLeft, |
|
|
tpRight |
|
|
); |
lazarus-ccr.sourceforge.net |