Class tcustomrealgraphdataedit
Unit
Declaration
type tcustomrealgraphdataedit = class(tgraphdataedit)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tactcomponent
- twidget
- tactionwidget
- tactionpublishedwidgetnwr
- tactionpublishedwidget
- tgraphdataedit
- tcustomrealgraphdataedit
Overview
Fields
| Protected | fvalue: realty; |
Methods
| Protected | procedure setvaluedata(const source); override; |
| Protected | procedure getvaluedata(out dest); override; |
| Protected | procedure internalcreateframe; override; |
| Protected | procedure paintglyph(const canvas: tcanvas; const acolorglyph: colorty; const avalue; const arect: rectty); override; |
| Protected | procedure setdirection(const avalue: graphicdirectionty); virtual; |
| Protected | function createdatalist(const sender: twidgetcol): tdatalist; override; |
| Protected | function getdatalistclass: datalistclassty; override; |
| Protected | procedure valuetogrid(arow: integer); override; |
| Protected | procedure gridtovalue(arow: integer); override; |
| Protected | procedure internalcheckvalue(var avalue; var accept: boolean); override; |
| Protected | procedure readstatvalue(const reader: tstatreader); override; |
| Protected | procedure writestatvalue(const writer: tstatwriter); override; |
| Protected | procedure setnullvalue; virtual; |
| Protected | function getifilink: tifireallinkcomp; |
| Protected | procedure setifilink(const avalue: tifireallinkcomp); |
| Public | constructor create(aowner: tcomponent); override; |
| Public | procedure fillcol(const value: realty); |
| Public | procedure assigncol(const avalue: trealdatalist); |
| Public | function checkvalue(const quiet: boolean = false): boolean override; |
| Public | function isnull: boolean; |
| Public | function griddata: tgridrealdatalist; |
Properties
| Public | property gridvalue[const index: integer]: realty
read getgridvalue write setgridvalue; |
| Public | property gridvalues: realarty read getgridvalues write setgridvalues; |
| Public | property value: realty read fvalue write setvalue; |
| Public | property direction: graphicdirectionty read fdirection write setdirection
default gd_right; |
| Public | property onsetvalue: setrealeventty read fonsetvalue write fonsetvalue; |
| Public | property onpaintglyph: paintrealglypheventty read fonpaintglyph
write fonpaintglyph; |
| Published | property visible; |
| Published | property enabled; |
| Published | property bounds_cx default defaultsliderwidth; |
| Published | property bounds_cy default defaultsliderheight; |
| Published | property ifilink: tifireallinkcomp read getifilink write setifilink; |
Description
Fields
| Protected | fvalue: realty; |
|
This item has no 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 | procedure internalcreateframe; override; |
|
This item has no description. | |
| Protected | procedure paintglyph(const canvas: tcanvas; const acolorglyph: colorty; const avalue; const arect: rectty); override; |
|
This item has no description. | |
| Protected | procedure setdirection(const avalue: graphicdirectionty); virtual; |
|
This item has no description. | |
| Protected | function createdatalist(const sender: twidgetcol): tdatalist; override; |
|
This item has no description. | |
| Protected | function getdatalistclass: datalistclassty; override; |
|
This item has no description. | |
| Protected | procedure valuetogrid(arow: integer); override; |
|
This item has no description. | |
| Protected | procedure gridtovalue(arow: integer); override; |
|
This item has no description. | |
| Protected | procedure internalcheckvalue(var avalue; var accept: boolean); override; |
|
This item has no description. | |
| Protected | procedure readstatvalue(const reader: tstatreader); override; |
|
This item has no description. | |
| Protected | procedure writestatvalue(const writer: tstatwriter); override; |
|
This item has no description. | |
| Protected | procedure setnullvalue; virtual; |
|
This item has no description. | |
| Protected | function getifilink: tifireallinkcomp; |
|
This item has no description. | |
| Protected | procedure setifilink(const avalue: tifireallinkcomp); |
|
This item has no description. | |
| Public | constructor create(aowner: tcomponent); override; |
|
This item has no description. | |
| Public | procedure fillcol(const value: realty); |
|
This item has no description. | |
| Public | procedure assigncol(const avalue: trealdatalist); |
|
This item has no description. | |
| Public | function checkvalue(const quiet: boolean = false): boolean override; |
|
This item has no description. | |
| Public | function isnull: boolean; |
|
This item has no description. | |
| Public | function griddata: tgridrealdatalist; |
|
This item has no description. | |
Properties
| Public | property gridvalue[const index: integer]: realty
read getgridvalue write setgridvalue; |
|
This item has no description. | |
| Public | property gridvalues: realarty read getgridvalues write setgridvalues; |
|
This item has no description. | |
| Public | property value: realty read fvalue write setvalue; |
|
This item has no description. | |
| Public | property direction: graphicdirectionty read fdirection write setdirection
default gd_right; |
|
This item has no description. | |
| Public | property onsetvalue: setrealeventty read fonsetvalue write fonsetvalue; |
|
This item has no description. | |
| Public | property onpaintglyph: paintrealglypheventty read fonpaintglyph
write fonpaintglyph; |
|
This item has no description. | |
| Published | property visible; |
|
This item has no description. | |
| Published | property enabled; |
|
This item has no description. | |
| Published | property bounds_cx default defaultsliderwidth; |
|
This item has no description. | |
| Published | property bounds_cy default defaultsliderheight; |
|
This item has no description. | |
| Published | property ifilink: tifireallinkcomp read getifilink write setifilink; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.