Unit msedataedits
Uses
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class tcustomdataedit |
|
Class tdataedit |
|
Class tcustomstringedit |
|
Class tstringedit |
|
Class tcustommemoedit |
|
Class tmemoedit |
|
Class tcustomrichmemoedit |
|
Class trichmemoedit |
|
Class thexstringedit |
|
Class tcustomdropdownedit |
|
Class tcustomdropdownwidgetedit |
|
Class tdropdownwidgetedit |
|
Class tcustomdropdownlistedit |
|
Class tdropdownlistedit |
|
Class thistorycontroller |
|
Class tcustomhistoryedit |
|
Class thistoryedit |
|
Class tnumedit |
|
Class tcustomintegeredit |
|
Class tintegeredit |
|
Class tcustomint64edit |
|
Class tint64edit |
|
Class tkeystringdropdowncontroller |
|
Class tcustomkeystringedit |
|
Class tkeystringedit |
|
Class tnocolsenumdropdowncontroller |
|
Class tenumdropdowncontroller |
|
Class tcustomenuedit |
|
Class tcustomenumedit |
|
Class tenumedit |
|
Class tenumtypeedit |
|
Class tcustomselector |
|
Class tselector |
|
Class tcustomrealedit |
|
Class trealedit |
|
Class tspineditframe |
|
Class tcustomrealspinedit |
|
Class trealspinedit |
|
Class tcustomdatetimeedit |
|
Class tdatetimeedit |
Functions and Procedures
function realtytoint(const avalue: realty): integer; |
function inttorealty(const avalue: integer): realty; |
Types
checkvalueeventty = procedure(const sender: tcustomdataedit; const quiet: boolean; var accept: boolean) of object; |
gettexteventty = procedure(const sender: tcustomdataedit; var atext: msestring; const aedit: boolean) of object; |
settexteventty = procedure(const sender: tcustomdataedit; var atext: msestring; var accept: boolean) of object; |
textchangeeventty = procedure(const sender: tcustomdataedit; const atext: msestring) of object; |
dataediteventty = procedure(const sender: tcustomdataedit) of object; |
keystringediteventty = procedure(const sender: tcustomkeystringedit) of object; |
enumediteventty = procedure (const sender: tcustomenumedit) of object; |
enumtypeediteventty = procedure (const sender: tenumtypeedit) of object; |
selectoreventty = procedure (const sender: tselector) of object; |
gettypeeventty = procedure(const sender: tobject; var atype: ptypeinfo) of object; |
datetimeeditoptionty = (...); |
datetimeeditoptionsty = set of datetimeeditoptionty; |
Constants
Description
Functions and Procedures
function realtytoint(const avalue: realty): integer; |
function inttorealty(const avalue: integer): realty; |
Types
checkvalueeventty = procedure(const sender: tcustomdataedit; const quiet: boolean; var accept: boolean) of object; |
gettexteventty = procedure(const sender: tcustomdataedit; var atext: msestring; const aedit: boolean) of object; |
settexteventty = procedure(const sender: tcustomdataedit; var atext: msestring; var accept: boolean) of object; |
textchangeeventty = procedure(const sender: tcustomdataedit; const atext: msestring) of object; |
dataediteventty = procedure(const sender: tcustomdataedit) of object; |
keystringediteventty = procedure(const sender: tcustomkeystringedit) of object; |
enumediteventty = procedure (const sender: tcustomenumedit) of object; |
enumtypeediteventty = procedure (const sender: tenumtypeedit) of object; |
selectoreventty = procedure (const sender: tselector) of object; |
gettypeeventty = procedure(const sender: tobject; var atype: ptypeinfo) of object; |
datetimeeditoptionty = (...); |
Values
|
datetimeeditoptionsty = set of datetimeeditoptionty; |
Constants
emptyinteger = minint; |
valuevarname = 'value'; |
defaultmemotextflags = (defaulttextflags - [tf_ycentered]) + [tf_wordbreak]; |
defaultmemotextflagsactive = (defaulttextflagsactive - [tf_ycentered]) +
[tf_wordbreak]; |
defaultmemooptionsedit = (defaultoptionsedit -
[oe_undoonesc,oe_exitoncursor,oe_shiftreturn,
oe_endonenter,oe_homeonenter,
oe_autoselect,oe_autoselectonfirstclick]) +
[oe_linebreak,oe_nofirstarrownavig]; |
defaultmemooptionsedit1 = defaultoptionsedit1 + [oe1_multiline]; |
defaultenumdropdownoptions = [deo_selectonly,deo_autodropdown,deo_keydropdown]; |
defaultkeystringdropdownoptions = [deo_selectonly,deo_autodropdown,deo_keydropdown]; |
defaulthistorymaxcount = 20; |
defaulthistoryeditoptions = defaultdropdownoptionsedit + [deo_autosavehistory]; |
defaultnumedittextflags = defaulttextflags + [tf_right]; |
spinstepbuttons = [sk_up,sk_down,sk_first,sk_last]; |
Generated by PasDoc 0.16.0.