Class tcustomcoloredit
Unit
Declaration
type tcustomcoloredit = class(tcustomenumedit)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tactcomponent
- twidget
- tactionwidget
- tactionpublishedwidgetnwr
- tpublishedwidgetnwr
- tpublishedwidget
- tcustomedit
- tcustomdataedit
- tdataedit
- tcustomstringedit
- tcustomdropdownedit
- tcustomdropdownlistedit
- tcustomenuedit
- tcustomenumedit
- tcustomcoloredit
Overview
Methods
| Protected | procedure setvaluedata(const source); override; |
| Protected | procedure getvaluedata(out dest); override; |
| Protected | function internaldatatotext1( const avalue: integer): msestring; virtual; |
| Protected | function internaldatatotext(const data): msestring; override; |
| Protected | function createdropdowncontroller: tcustomdropdowncontroller; override; |
| Protected | procedure texttovalue(var accept: boolean; const quiet: boolean); override; |
| Protected | procedure paintimage(const canvas: tcanvas); override; |
| Protected | function geteditframe: framety; override; |
| Protected | procedure colorenter(const acolor: colorty); |
| Protected | procedure buttonaction(var action: buttonactionty; const buttonindex: integer); override; |
| Protected | procedure dochange(); override; |
| Protected | procedure docolorchange(const sender: tobject; const acolor: colorty); |
| Public | constructor create(aowner: tcomponent); override; |
Properties
| Public | property value: colorty read getvalue write setvalue default cl_none; |
| Public | property valuedefault: colorty read getvaluedefault
write setvaluedefault default cl_none; |
| Public | property options: coloreditoptionsty read foptions
write setoptions default []; |
| Public | property frame: tellipsedropdownbuttonframe read getframe write setframe; |
| Public | property gridvalue[const index: integer]: colorty
read getgridvalue write setgridvalue; |
| Public | property gridvalues: colorarty read getgridvalues write setgridvalues; |
| Public | property onsetvalue: setcoloreventty read getonsetvalue write setonsetvalue; |
| Public | property oncolorchange: coloreventty read foncolorchange
write foncolorchange; |
Description
Methods
| Protected | procedure setvaluedata(const source); override; |
|
This item has no description. | |
| Protected | procedure getvaluedata(out dest); override; |
|
This item has no description. | |
| Protected | function internaldatatotext1( const avalue: integer): msestring; virtual; |
|
This item has no description. | |
| Protected | function internaldatatotext(const data): msestring; override; |
|
This item has no description. | |
| Protected | function createdropdowncontroller: tcustomdropdowncontroller; override; |
|
This item has no description. | |
| Protected | procedure texttovalue(var accept: boolean; const quiet: boolean); override; |
|
This item has no description. | |
| Protected | procedure paintimage(const canvas: tcanvas); override; |
|
This item has no description. | |
| Protected | function geteditframe: framety; override; |
|
This item has no description. | |
| Protected | procedure colorenter(const acolor: colorty); |
|
This item has no description. | |
| Protected | procedure buttonaction(var action: buttonactionty; const buttonindex: integer); override; |
|
This item has no description. | |
| Protected | procedure dochange(); override; |
|
This item has no description. | |
| Protected | procedure docolorchange(const sender: tobject; const acolor: colorty); |
|
This item has no description. | |
| Public | constructor create(aowner: tcomponent); override; |
|
This item has no description. | |
Properties
| Public | property value: colorty read getvalue write setvalue default cl_none; |
|
This item has no description. | |
| Public | property valuedefault: colorty read getvaluedefault
write setvaluedefault default cl_none; |
|
This item has no description. | |
| Public | property options: coloreditoptionsty read foptions
write setoptions default []; |
|
This item has no description. | |
| Public | property frame: tellipsedropdownbuttonframe read getframe write setframe; |
|
This item has no description. | |
| Public | property gridvalue[const index: integer]: colorty
read getgridvalue write setgridvalue; |
|
This item has no description. | |
| Public | property gridvalues: colorarty read getgridvalues write setgridvalues; |
|
This item has no description. | |
| Public | property onsetvalue: setcoloreventty read getonsetvalue write setonsetvalue; |
|
This item has no description. | |
| Public | property oncolorchange: coloreventty read foncolorchange
write foncolorchange; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.