Unit msedataedits
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
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]; |
Description
Functions and Procedures
function realtytoint(const avalue: realty): integer; |
|
This item has no description. |
function inttorealty(const avalue: integer): realty; |
|
This item has no description. |
Types
checkvalueeventty = procedure(const sender: tcustomdataedit; const quiet: boolean; var accept: boolean) of object; |
|
This item has no description. |
gettexteventty = procedure(const sender: tcustomdataedit; var atext: msestring; const aedit: boolean) of object; |
|
This item has no description. |
settexteventty = procedure(const sender: tcustomdataedit; var atext: msestring; var accept: boolean) of object; |
|
This item has no description. |
textchangeeventty = procedure(const sender: tcustomdataedit; const atext: msestring) of object; |
|
This item has no description. |
dataediteventty = procedure(const sender: tcustomdataedit) of object; |
|
This item has no description. |
keystringediteventty = procedure(const sender: tcustomkeystringedit) of object; |
|
This item has no description. |
enumediteventty = procedure (const sender: tcustomenumedit) of object; |
|
This item has no description. |
enumtypeediteventty = procedure (const sender: tenumtypeedit) of object; |
|
This item has no description. |
selectoreventty = procedure (const sender: tselector) of object; |
|
This item has no description. |
gettypeeventty = procedure(const sender: tobject; var atype: ptypeinfo) of object; |
|
This item has no description. |
datetimeeditoptionty = (...); |
|
This item has no description. Values
-
dteo_showlocal
-
dteo_showutc
|
Constants
emptyinteger = minint; |
|
This item has no description. |
valuevarname = 'value'; |
|
This item has no description. |
defaulthistorymaxcount = 20; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.