Class tdropdowncols
Unit
Declaration
type tdropdowncols = class(tdropdowndatacols)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tarrayprop
- tpersistentarrayprop
- townedpersistentarrayprop
- tdropdowndatacols
- tdropdowncols
Overview
Fields
| Protected | fdatacols: tdropdowndatacols; |
| Protected | fitemindex: integer; |
| Protected | fkeyvalue64: int64; |
| Protected | fkeyvalue: msestring; |
Methods
| Protected | procedure setcount1(acount: integer; doinit: boolean); override; |
| Protected | procedure createitem(const index: integer; var item: tpersistent); override; |
| Protected | function getcolclass: dropdowncolclassty; virtual; |
| Protected | procedure defineproperties(filer: tfiler); override; |
| Public | constructor create(const aowner: tcustomdropdownlistcontroller); reintroduce; |
| Public | destructor destroy(); override; |
| Public | class function getitemclasstype: persistentclassty; override; |
| Public | procedure createfont(); |
| Public | procedure createfontselect(); |
Properties
| Public | property nostreaming: boolean read fnostreaming
write setnostreaming; |
| Public | property onitemchange: indexeventty read fonitemchange write fonitemchange; |
| Public | property items[const index: integer]: tdropdowncol read getitems; |
| Published | property width: integer read fwidth write setwidth default griddefaultcolwidth; |
| Published | property options: coloptionsty read foptions write setoptions
default defaultdropdowncoloptions; |
| Published | property textflags: textflagsty read ftextflags write settextflags
default defaultdropdowncoltextflags; |
| Published | property linewidth: integer read flinewidth write setlinewidth default 0; |
| Published | property linecolor: colorty read flinecolor write setlinecolor default cl_gray; |
| Published | property color: colorty read fcolor write setcolor default cl_default; |
| Published | property colorselect: colorty read fcolorselect write setcolorselect
default cl_default; |
| Published | property font: tdropdownfont read getfont write setfont; |
| Published | property fontselect: tdropdownfontselect read getfontselect
write setfontselect; |
| Published | property frametemplate: tframecomp read fframetemplate
write setframetemplate; |
| Published | property facetemplate: tfacecomp read ffacetemplate
write setfacetemplate; |
Description
Fields
| Protected | fdatacols: tdropdowndatacols; |
|
This item has no description. | |
| Protected | fitemindex: integer; |
|
This item has no description. | |
| Protected | fkeyvalue64: int64; |
|
This item has no description. | |
| Protected | fkeyvalue: msestring; |
|
This item has no description. | |
Methods
| Protected | procedure setcount1(acount: integer; doinit: boolean); override; |
|
This item has no description. | |
| Protected | procedure createitem(const index: integer; var item: tpersistent); override; |
|
This item has no description. | |
| Protected | function getcolclass: dropdowncolclassty; virtual; |
|
This item has no description. | |
| Protected | procedure defineproperties(filer: tfiler); override; |
|
This item has no description. | |
| Public | constructor create(const aowner: tcustomdropdownlistcontroller); reintroduce; |
|
This item has no description. | |
| Public | destructor destroy(); override; |
|
This item has no description. | |
| Public | class function getitemclasstype: persistentclassty; override; |
|
This item has no description. | |
| Public | procedure createfont(); |
|
This item has no description. | |
| Public | procedure createfontselect(); |
|
This item has no description. | |
Properties
| Public | property nostreaming: boolean read fnostreaming
write setnostreaming; |
|
This item has no description. | |
| Public | property onitemchange: indexeventty read fonitemchange write fonitemchange; |
|
This item has no description. | |
| Public | property items[const index: integer]: tdropdowncol read getitems; |
|
This item has no description. | |
| Published | property width: integer read fwidth write setwidth default griddefaultcolwidth; |
|
This item has no description. | |
| Published | property options: coloptionsty read foptions write setoptions
default defaultdropdowncoloptions; |
|
This item has no description. | |
| Published | property textflags: textflagsty read ftextflags write settextflags
default defaultdropdowncoltextflags; |
|
This item has no description. | |
| Published | property linewidth: integer read flinewidth write setlinewidth default 0; |
|
This item has no description. | |
| Published | property linecolor: colorty read flinecolor write setlinecolor default cl_gray; |
|
This item has no description. | |
| Published | property color: colorty read fcolor write setcolor default cl_default; |
|
This item has no description. | |
| Published | property colorselect: colorty read fcolorselect write setcolorselect
default cl_default; |
|
This item has no description. | |
| Published | property font: tdropdownfont read getfont write setfont; |
|
This item has no description. | |
| Published | property fontselect: tdropdownfontselect read getfontselect
write setfontselect; |
|
This item has no description. | |
| Published | property frametemplate: tframecomp read fframetemplate
write setframetemplate; |
|
This item has no description. | |
| Published | property facetemplate: tfacecomp read ffacetemplate
write setfacetemplate; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.