Unit msetabs
Uses
Functions and Procedures
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class ttabfont |
|
Class ttabfontactive |
|
Class ttab |
|
Class ttabframe |
|
Class ttabsfont |
|
Class ttabsfontactive |
|
Class ttabs |
|
Record tabbarlayoutinfoty |
|
Class tcustomtabbar |
|
Class tcustomtabbar1 |
|
Class ttabbar |
|
Interface itabpage |
|
Class ttabpagefonttab |
|
Class ttabpagefontactivetab |
|
Class ttabpage |
|
Class tpagetab |
|
Class ttab_font |
|
Class ttab_fonttab |
|
Class ttab_fontactivetab |
|
Class tcustomtabwidget |
|
Class ttabwidget |
Types
tabstatety = (...); |
tabstatesty = set of tabstatety; |
tabarty = array of ttab; |
tabaty = array[0..0] of ttab; |
ptabaty = ˆtabaty; |
createtabeventty = procedure(const sender: tcustomtabbar; const index: integer; var tab: ttab) of object; |
movingeventty = procedure(const sender: tobject; var curindex: integer; var newindex: integer) of object; |
movedeventty = procedure(const sender: tobject; const curindex: integer; const newindex: integer) of object; |
tabschangedeventty = procedure(const synctabindex: boolean) of object; |
tabbarstatety = (...); |
tabbarstatesty = set of tabbarstatety; |
getsubformeventty = procedure(const sender: ttabpage; var submoduleclass: widgetclassty; var instancevarpo: pwidget) of object; |
initsubformeventty = procedure(const sender: ttabpage; const asubform: twidget) of object; |
pagetabaty = array[0..0] of tpagetab; |
ppagetabaty = ˆpagetabaty; |
Constants
Description
Types
tabstatety = (...); |
Values
|
tabstatesty = set of tabstatety; |
tabarty = array of ttab; |
tabaty = array[0..0] of ttab; |
ptabaty = ˆtabaty; |
createtabeventty = procedure(const sender: tcustomtabbar; const index: integer; var tab: ttab) of object; |
movingeventty = procedure(const sender: tobject; var curindex: integer; var newindex: integer) of object; |
movedeventty = procedure(const sender: tobject; const curindex: integer; const newindex: integer) of object; |
tabschangedeventty = procedure(const synctabindex: boolean) of object; |
tabbarstatety = (...); |
Values
|
tabbarstatesty = set of tabbarstatety; |
getsubformeventty = procedure(const sender: ttabpage; var submoduleclass: widgetclassty; var instancevarpo: pwidget) of object; |
initsubformeventty = procedure(const sender: ttabpage; const asubform: twidget) of object; |
pagetabaty = array[0..0] of tpagetab; |
ppagetabaty = ˆpagetabaty; |
Constants
defaulttaboptionswidget = defaultoptionswidgetmousewheel +
[ow_subfocus]; |
defaulttaboptionsskin = defaultoptionsskin + [osk_colorcaptionframe]; |
defaultcaptiondist = 1; |
defaultimagedist = 0; |
defaulttabshift = -100; |
defaultedgelevel = -100; |
defaultimagepos = ip_right; |
defaulttabpageskinoptions = defaultcontainerskinoptions; |
defaultoptionswidgettab = defaultoptionswidgetnofocus; |
defaultoptionswidget1tab = [ow1_autoheight]; |
defaultcolortab = cl_transparent; |
defaultcoloractivetab = cl_active; |
Generated by PasDoc 0.16.0.