Class tcustomdatetimeedit
Unit
Declaration
type tcustomdatetimeedit = class(tnumedit)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tactcomponent
- twidget
- tactionwidget
- tactionpublishedwidgetnwr
- tpublishedwidgetnwr
- tpublishedwidget
- tcustomedit
- tcustomdataedit
- tdataedit
- tnumedit
- tcustomdatetimeedit
Overview
Methods
| Protected | procedure setvaluedata(const source); override; |
| Protected | procedure getvaluedata(out dest); override; |
| Protected | function gettextvalue(var accept: boolean; const quiet: boolean): tdatetime; |
| 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 isempty(const atext: msestring): boolean; override; |
| Protected | function getdefaultvalue: pointer; override; |
| Protected | procedure setnullvalue(); override; |
| Protected | procedure updatedatalist; override; |
| Protected | procedure updatereadonlystate(); override; |
| Protected | function getassistiveflags: assistiveflagsty; override; |
| Public | constructor create(aowner: tcomponent); override; |
| Public | procedure fillcol(const value: tdatetime); |
| Public | procedure assigncol(const value: trealdatalist); |
| Public | function isnull: boolean; override; |
| Public | function griddata: tgridrealdatalist; |
Properties
| Public | property onsetvalue: setdatetimeeventty read fonsetvalue write fonsetvalue; |
| Public | property value: tdatetime read fvalue write setvalue ; |
| Public | property valuedefault: tdatetime read fvaluedefault
write fvaluedefault ; |
| Public | property formatedit: msestring read fformatedit write setformatedit; |
| Public | property formatdisp: msestring read fformatdisp write setformatdisp; |
| Public | property valuemin: tdatetime read fvaluemin write setvaluemin; |
| Public | property valuemax: tdatetime read fvaluemax write setvaluemax; |
| Public | property kind: datetimekindty read fkind write setkind default dtk_date; |
| Public | property options: datetimeeditoptionsty read foptions write setoptions
default []; |
| Public | property showlocal: boolean read getshowlocal write setshowlocal; |
| Public | property showutc: boolean read getshowutc write setshowutc; |
| Public | property gridvalue[const index: integer]: tdatetime
read getgridvalue write setgridvalue; |
| Public | property gridvalues: datetimearty read getgridvalues write setgridvalues; |
| Public | property ifilink: tifidatetimelinkcomp read getifilink write setifilink; |
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 gettextvalue(var accept: boolean; const quiet: boolean): tdatetime; |
|
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 isempty(const atext: msestring): boolean; 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 updatedatalist; override; |
|
This item has no description. | |
| Protected | procedure updatereadonlystate(); override; |
|
This item has no description. | |
| Protected | function getassistiveflags: assistiveflagsty; override; |
|
This item has no description. | |
| Public | constructor create(aowner: tcomponent); override; |
|
This item has no description. | |
| Public | procedure fillcol(const value: tdatetime); |
|
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 onsetvalue: setdatetimeeventty read fonsetvalue write fonsetvalue; |
|
This item has no description. | |
| Public | property value: tdatetime read fvalue write setvalue ; |
|
This item has no description. | |
| Public | property valuedefault: tdatetime 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 valuemin: tdatetime read fvaluemin write setvaluemin; |
|
This item has no description. | |
| Public | property valuemax: tdatetime read fvaluemax write setvaluemax; |
|
This item has no description. | |
| Public | property kind: datetimekindty read fkind write setkind default dtk_date; |
|
This item has no description. | |
| Public | property options: datetimeeditoptionsty read foptions write setoptions
default []; |
|
This item has no description. | |
| Public | property showlocal: boolean read getshowlocal write setshowlocal; |
|
This item has no description. | |
| Public | property showutc: boolean read getshowutc write setshowutc; |
|
This item has no description. | |
| Public | property gridvalue[const index: integer]: tdatetime
read getgridvalue write setgridvalue; |
|
This item has no description. | |
| Public | property gridvalues: datetimearty read getgridvalues write setgridvalues; |
|
This item has no description. | |
| Public | property ifilink: tifidatetimelinkcomp read getifilink write setifilink; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.