Class ttabpage
Unit
Declaration
type ttabpage = class(tscrollingwidget, itabpage, iimagelistinfo)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tactcomponent
- twidget
- tactionwidget
- tactionpublishedwidgetnwr
- tpublishedwidgetnwr
- tcustomeventwidgetnwr
- tscrollingwidgetnwr
- tscrollingwidget
- ttabpage
Overview
Methods
| Protected | class function classskininfo: skininfoty; override; |
| Protected | procedure changed; |
| Protected | procedure fontchanged1(const sender: tobject); |
| Protected | procedure visiblechanged; override; |
| Protected | procedure enabledchanged; override; |
| Protected | procedure objectevent(const sender: tobject; const event: objecteventty); override; |
| Protected | procedure registerchildwidget(const child: twidget); override; |
| Protected | procedure designselected(const selected: boolean); override; |
| Protected | procedure doselect; virtual; |
| Protected | procedure dodeselect; virtual; |
| Protected | procedure loaded; override; |
| Protected | function getisactivepage: boolean; |
| Protected | procedure setisactivepage(const avalue: boolean); |
| Protected | function nexttaborderoverride(const sender: twidget; const down: boolean): twidget override; |
| Protected | procedure readstate(reader: treader) override; |
| Public | constructor create(aowner: tcomponent); override; |
| Public | destructor destroy; override; |
| Public | procedure initnewcomponent(const ascale: real); override; |
| Public | procedure createfonttab; |
| Public | procedure createfontactivetab; |
Properties
| Public | property tabwidget: tcustomtabwidget read ftabwidget; |
| Public | property tabindex: integer read gettabindex write settabindex; |
| Public | property isactivepage: boolean read getisactivepage write setisactivepage; |
| Public | property subform: twidget read fsubform; |
| Published | property invisible: boolean read getinvisible
write setinvisible default false; |
| Published | property taborderoverride: ttaborderoverride read ftaborderoverride
write settaborderoverride; |
| Published | property caption: captionty read getcaption write setcaption; |
| Published | property tabhint: msestring read gettabhint write settabhint; |
| Published | property tabnoface: boolean read gettabnoface
write settabnoface default false; |
| Published | property colortab: colorty read getcolortab
write setcolortab default cl_default; |
| Published | property coloractivetab: colorty read getcoloractivetab
write setcoloractivetab default cl_default; |
| Published | property facetab: tfacecomp read getfacetab write setfacetab; |
| Published | property faceactivetab: tfacecomp read getfaceactivetab
write setfaceactivetab; |
| Published | property fonttab: ttabpagefonttab read getfonttab1 write setfonttab1
stored isfonttabstored; |
| Published | property fontactivetab: ttabpagefontactivetab read getfontactivetab1
write setfontactivetab1 stored isfontactivetabstored; |
| Published | property imagelist: timagelist read getimagelist write setimagelist; |
| Published | property imagenr: imagenrty read getimagenr write setimagenr default -1; |
| Published | property imagenrdisabled: imagenrty read getimagenrdisabled
write setimagenrdisabled default -2; |
| Published | property font: twidgetfont read getfont write setfont stored isfontstored; |
| Published | property optionswidget default defaulttaboptionswidget; |
| Published | property onlayout; |
| Published | property onfontheightdelta; |
| Published | property onshow; |
| Published | property onhide; |
| Published | property onselect: notifyeventty read fonselect write fonselect; |
| Published | property ondeselect: notifyeventty read fondeselect write fondeselect; |
| Published | property ongetsubform: getsubformeventty read fongetsubform
write fongetsubform; |
| Published | property oninitsubform: initsubformeventty read foninitsubform
write foninitsubform; |
| Published | property visible stored isvisiblestored default false; |
| Published | property optionsskin default defaulttabpageskinoptions; |
Description
Methods
| Protected | class function classskininfo: skininfoty; override; |
|
This item has no description. | |
| Protected | procedure changed; |
|
This item has no description. | |
| Protected | procedure fontchanged1(const sender: tobject); |
|
This item has no description. | |
| Protected | procedure visiblechanged; override; |
|
This item has no description. | |
| Protected | procedure enabledchanged; override; |
|
This item has no description. | |
| Protected | procedure objectevent(const sender: tobject; const event: objecteventty); override; |
|
This item has no description. | |
| Protected | procedure registerchildwidget(const child: twidget); override; |
|
This item has no description. | |
| Protected | procedure designselected(const selected: boolean); override; |
|
This item has no description. | |
| Protected | procedure doselect; virtual; |
|
This item has no description. | |
| Protected | procedure dodeselect; virtual; |
|
This item has no description. | |
| Protected | procedure loaded; override; |
|
This item has no description. | |
| Protected | function getisactivepage: boolean; |
|
This item has no description. | |
| Protected | procedure setisactivepage(const avalue: boolean); |
|
This item has no description. | |
| Protected | function nexttaborderoverride(const sender: twidget; const down: boolean): twidget override; |
|
This item has no description. | |
| Protected | procedure readstate(reader: treader) override; |
|
This item has no description. | |
| Public | constructor create(aowner: tcomponent); override; |
|
This item has no description. | |
| Public | destructor destroy; override; |
|
This item has no description. | |
| Public | procedure initnewcomponent(const ascale: real); override; |
|
This item has no description. | |
| Public | procedure createfonttab; |
|
This item has no description. | |
| Public | procedure createfontactivetab; |
|
This item has no description. | |
Properties
| Public | property tabwidget: tcustomtabwidget read ftabwidget; |
|
This item has no description. | |
| Public | property tabindex: integer read gettabindex write settabindex; |
|
This item has no description. | |
| Public | property isactivepage: boolean read getisactivepage write setisactivepage; |
|
This item has no description. | |
| Public | property subform: twidget read fsubform; |
|
This item has no description. | |
| Published | property invisible: boolean read getinvisible
write setinvisible default false; |
|
This item has no description. | |
| Published | property taborderoverride: ttaborderoverride read ftaborderoverride
write settaborderoverride; |
|
This item has no description. | |
| Published | property caption: captionty read getcaption write setcaption; |
|
This item has no description. | |
| Published | property tabhint: msestring read gettabhint write settabhint; |
|
This item has no description. | |
| Published | property tabnoface: boolean read gettabnoface
write settabnoface default false; |
|
This item has no description. | |
| Published | property colortab: colorty read getcolortab
write setcolortab default cl_default; |
|
This item has no description. | |
| Published | property coloractivetab: colorty read getcoloractivetab
write setcoloractivetab default cl_default; |
|
This item has no description. | |
| Published | property facetab: tfacecomp read getfacetab write setfacetab; |
|
This item has no description. | |
| Published | property faceactivetab: tfacecomp read getfaceactivetab
write setfaceactivetab; |
|
This item has no description. | |
| Published | property fonttab: ttabpagefonttab read getfonttab1 write setfonttab1
stored isfonttabstored; |
|
This item has no description. | |
| Published | property fontactivetab: ttabpagefontactivetab read getfontactivetab1
write setfontactivetab1 stored isfontactivetabstored; |
|
This item has no description. | |
| Published | property imagelist: timagelist read getimagelist write setimagelist; |
|
This item has no description. | |
| Published | property imagenr: imagenrty read getimagenr write setimagenr default -1; |
|
This item has no description. | |
| Published | property imagenrdisabled: imagenrty read getimagenrdisabled
write setimagenrdisabled default -2; |
|
This item has no description. | |
| Published | property font: twidgetfont read getfont write setfont stored isfontstored; |
|
This item has no description. | |
| Published | property optionswidget default defaulttaboptionswidget; |
|
This item has no description. | |
| Published | property onlayout; |
|
This item has no description. | |
| Published | property onfontheightdelta; |
|
This item has no description. | |
| Published | property onshow; |
|
This item has no description. | |
| Published | property onhide; |
|
This item has no description. | |
| Published | property onselect: notifyeventty read fonselect write fonselect; |
|
This item has no description. | |
| Published | property ondeselect: notifyeventty read fondeselect write fondeselect; |
|
This item has no description. | |
| Published | property ongetsubform: getsubformeventty read fongetsubform
write fongetsubform; |
|
This item has no description. | |
| Published | property oninitsubform: initsubformeventty read foninitsubform
write foninitsubform; |
|
This item has no description. | |
| Published | property visible stored isvisiblestored default false; |
|
This item has no description. | |
| Published | property optionsskin default defaulttabpageskinoptions; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.