Class tcustomrealedit
Unit
Declaration
type tcustomrealedit = class(tnumedit)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tactcomponent
- twidget
- tactionwidget
- tactionpublishedwidgetnwr
- tpublishedwidgetnwr
- tpublishedwidget
- tcustomedit
- tcustomdataedit
- tdataedit
- tnumedit
- tcustomrealedit
Overview
Fields
| Protected | fvalue: realty; |
| Protected | fvaluedefault: realty; |
| Protected | fvaluemin: realty; |
| Protected | fvaluemax: realty; |
Methods
| Protected | procedure setvaluedata(const source); override; |
| Protected | procedure getvaluedata(out dest); override; |
| Protected | procedure updatedatalist; override; |
| Protected | procedure setvaluemin(const avalue: realty); virtual; |
| Protected | procedure setvaluemax(const avalue: realty); virtual; |
| Protected | function gettextvalue(var accept: boolean; const quiet: boolean): realty; virtual; |
| Protected | procedure texttovalue(var accept: boolean; const quiet: boolean); override; |
| Protected | function internaldatatotext(const data): msestring; override; |
| Protected | procedure texttodata(const atext: msestring; var data); override; |
| 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 defineproperties(filer: tfiler); override; |
| Protected | procedure readstatvalue(const reader: tstatreader); override; |
| Protected | procedure writestatvalue(const writer: tstatwriter); override; |
| Protected | function getdefaultvalue: pointer; override; |
| Protected | procedure setnullvalue(); override; |
| Protected | procedure updatereadonlystate(); override; |
| Public | constructor create(aowner: tcomponent); override; |
| Public | procedure fillcol(const value: realty); |
| Public | procedure assigncol(const value: trealdatalist); |
| Public | function isnull: boolean; override; |
| Public | function griddata: tgridrealdatalist; |
Properties
| Public | property asstring: msestring read getasstring write setasstring; |
| Public | property asinteger: integer read getasinteger write setasinteger; |
| Public | property ascurrency: currency read getascurrency write setascurrency; |
| Public | property onsetvalue: setrealeventty read fonsetvalue write fonsetvalue; |
| Public | property onsetintvalue: setintegereventty read fonsetintvalue
write fonsetintvalue; |
| Public | property value: realty read fvalue write setvalue ; |
| Public | property intvalue: integer read getintvalue write setintvalue; |
| Public | property valuedefault: realty read fvaluedefault
write fvaluedefault ; |
| Public | property formatedit: msestring read fformatedit write setformatedit; |
| Public | property formatdisp: msestring read fformatdisp write setformatdisp; |
| Public | property valuerange: real read fvaluerange write setvaluerange; |
| Public | property valuestart: real read fvaluestart write setvaluestart; |
| Public | property valuemin: realty read fvaluemin write setvaluemin; |
| Public | property valuemax: realty read fvaluemax write setvaluemax; |
| Public | property gridvalue[const index: integer]: realty
read getgridvalue write setgridvalue; |
| Public | property gridintvalue[const index: integer]: integer
read getgridintvalue write setgridintvalue; |
| Public | property gridvalues: realarty read getgridvalues write setgridvalues; |
| Public | property gridintvalues: integerarty read getgridintvalues
write setgridintvalues; |
| Public | property ifilink: tifireallinkcomp read getifilink write setifilink; |
| Published | property optionswidget default defaulteditwidgetoptions + [ow_mousewheel]; |
Description
Fields
| Protected | fvalue: realty; |
|
This item has no description. | |
| Protected | fvaluedefault: realty; |
|
This item has no description. | |
| Protected | fvaluemin: realty; |
|
This item has no description. | |
| Protected | fvaluemax: 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 updatedatalist; override; |
|
This item has no description. | |
| Protected | procedure setvaluemin(const avalue: realty); virtual; |
|
This item has no description. | |
| Protected | procedure setvaluemax(const avalue: realty); virtual; |
|
This item has no description. | |
| Protected | function gettextvalue(var accept: boolean; const quiet: boolean): realty; virtual; |
|
This item has no description. | |
| Protected | procedure texttovalue(var accept: boolean; const quiet: boolean); override; |
|
This item has no description. | |
| Protected | function internaldatatotext(const data): msestring; override; |
|
This item has no description. | |
| Protected | procedure texttodata(const atext: msestring; var data); override; |
|
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 defineproperties(filer: tfiler); 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 | function getdefaultvalue: pointer; override; |
|
This item has no description. | |
| Protected | procedure setnullvalue(); override; |
|
This item has no description. | |
| Protected | procedure updatereadonlystate(); override; |
|
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 value: trealdatalist); |
|
This item has no description. | |
| Public | function isnull: boolean; override; |
|
This item has no description. | |
| Public | function griddata: tgridrealdatalist; |
|
This item has no description. | |
Properties
| Public | property asstring: msestring read getasstring write setasstring; |
|
This item has no description. | |
| Public | property asinteger: integer read getasinteger write setasinteger; |
|
This item has no description. | |
| Public | property ascurrency: currency read getascurrency write setascurrency; |
|
This item has no description. | |
| Public | property onsetvalue: setrealeventty read fonsetvalue write fonsetvalue; |
|
This item has no description. | |
| Public | property onsetintvalue: setintegereventty read fonsetintvalue
write fonsetintvalue; |
|
This item has no description. | |
| Public | property value: realty read fvalue write setvalue ; |
|
This item has no description. | |
| Public | property intvalue: integer read getintvalue write setintvalue; |
|
This item has no description. | |
| Public | property valuedefault: realty read fvaluedefault
write fvaluedefault ; |
|
This item has no description. | |
| Public | property formatedit: msestring read fformatedit write setformatedit; |
|
This item has no description. | |
| Public | property formatdisp: msestring read fformatdisp write setformatdisp; |
|
This item has no description. | |
| Public | property valuerange: real read fvaluerange write setvaluerange; |
|
This item has no description. | |
| Public | property valuestart: real read fvaluestart write setvaluestart; |
|
This item has no description. | |
| Public | property valuemin: realty read fvaluemin write setvaluemin; |
|
This item has no description. | |
| Public | property valuemax: realty read fvaluemax write setvaluemax; |
|
This item has no description. | |
| Public | property gridvalue[const index: integer]: realty
read getgridvalue write setgridvalue; |
|
This item has no description. | |
| Public | property gridintvalue[const index: integer]: integer
read getgridintvalue write setgridintvalue; |
|
This item has no description. | |
| Public | property gridvalues: realarty read getgridvalues write setgridvalues; |
|
This item has no description. | |
| Public | property gridintvalues: integerarty read getgridintvalues
write setgridintvalues; |
|
This item has no description. | |
| Public | property ifilink: tifireallinkcomp read getifilink write setifilink; |
|
This item has no description. | |
| Published | property optionswidget default defaulteditwidgetoptions + [ow_mousewheel]; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.