Class ttab
Unit
Declaration
type ttab = class(tindexpersistent, iimagelistinfo)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tvirtualpersistent
- tnullinterfacedpersistent
- tlinkedpersistent
- townedeventpersistent
- tindexpersistent
- ttab
Overview
Fields
| Protected | ftag: integer; |
| Protected | ffont: ttabfont; |
| Protected | ffontactive: ttabfontactive; |
Methods
| Protected | procedure fontchanged(const sender: tobject); |
| Protected | procedure execute(const tag: integer; const info: mouseeventinfoty); |
| Protected | procedure doshortcut(var info: keyeventinfoty; const sender: twidget); |
| Protected | procedure objectevent(const sender: tobject; const event: objecteventty); override; |
| Public | constructor create(const aowner: tcustomtabbar); reintroduce; |
| Public | destructor destroy; override; |
| Public | procedure createfont; |
| Public | procedure createfontactive; |
| Public | function tabbar: tcustomtabbar; |
Properties
| Public | property ident: integer read fident; |
| Public | property active: boolean read getactive write setactive; |
| Published | property caption: captionty read fcaption write setcaption; |
| Published | property state: tabstatesty read fstate write setstate default []; |
| Published | property color: colorty read fcolor write setcolor default cl_default; |
| Published | property coloractive: colorty read fcoloractive
write setcoloractive default cl_default; |
| Published | property face: tfacecomp read fface write setface; |
| Published | property faceactive: tfacecomp read ffaceactive write setfaceactive; |
| Published | property font: ttabfont read getfont write setfont stored isfontstored; |
| Published | property fontactive: ttabfontactive read getfontactive write setfontactive
stored isfontactivestored; |
| Published | property imagelist: timagelist read fimagelist write setimagelist; |
| Published | property imagenr: imagenrty read fimagenr write setimagenr default -1; |
| Published | property imagenrdisabled: imagenrty read fimagenrdisabled
write setimagenrdisabled default -2; |
| Published | property tag: integer read ftag write ftag default 0; |
| Published | property hint: msestring read fhint write fhint; |
Description
Fields
| Protected | ftag: integer; |
|
This item has no description. | |
| Protected | ffont: ttabfont; |
|
This item has no description. | |
| Protected | ffontactive: ttabfontactive; |
|
This item has no description. | |
Methods
| Protected | procedure fontchanged(const sender: tobject); |
|
This item has no description. | |
| Protected | procedure execute(const tag: integer; const info: mouseeventinfoty); |
|
This item has no description. | |
| Protected | procedure doshortcut(var info: keyeventinfoty; const sender: twidget); |
|
This item has no description. | |
| Protected | procedure objectevent(const sender: tobject; const event: objecteventty); override; |
|
This item has no description. | |
| Public | constructor create(const aowner: tcustomtabbar); reintroduce; |
|
This item has no description. | |
| Public | destructor destroy; override; |
|
This item has no description. | |
| Public | procedure createfont; |
|
This item has no description. | |
| Public | procedure createfontactive; |
|
This item has no description. | |
| Public | function tabbar: tcustomtabbar; |
|
This item has no description. | |
Properties
| Public | property ident: integer read fident; |
|
This item has no description. | |
| Public | property active: boolean read getactive write setactive; |
|
This item has no description. | |
| Published | property caption: captionty read fcaption write setcaption; |
|
This item has no description. | |
| Published | property state: tabstatesty read fstate write setstate default []; |
|
This item has no description. | |
| Published | property color: colorty read fcolor write setcolor default cl_default; |
|
This item has no description. | |
| Published | property coloractive: colorty read fcoloractive
write setcoloractive default cl_default; |
|
This item has no description. | |
| Published | property face: tfacecomp read fface write setface; |
|
This item has no description. | |
| Published | property faceactive: tfacecomp read ffaceactive write setfaceactive; |
|
This item has no description. | |
| Published | property font: ttabfont read getfont write setfont stored isfontstored; |
|
This item has no description. | |
| Published | property fontactive: ttabfontactive read getfontactive write setfontactive
stored isfontactivestored; |
|
This item has no description. | |
| Published | property imagelist: timagelist read fimagelist write setimagelist; |
|
This item has no description. | |
| Published | property imagenr: imagenrty read fimagenr write setimagenr default -1; |
|
This item has no description. | |
| Published | property imagenrdisabled: imagenrty read fimagenrdisabled
write setimagenrdisabled default -2; |
|
This item has no description. | |
| Published | property tag: integer read ftag write ftag default 0; |
|
This item has no description. | |
| Published | property hint: msestring read fhint write fhint; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.