Unit msetabs

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

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;

Description

Types

tabstatety = (...);
 
Values
  • ts_invisible
  • ts_disabled
  • ts_active
  • ts_updating
  • ts_captionclipped
  • ts_noface
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
  • tbs_layoutvalid
  • tbs_designdrag
  • tbs_shrinktozero
  • tbs_updatesizing
  • tbs_repeatup
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.