Unit mseeditglob
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
deprecatedoptionsedit = [oe_savevalue,oe_savestate,
oe_saveoptions,oe_checkvaluepaststatread]; |
invisibleoptionsedit = [ord(oe_savevalue),ord(oe_savestate),
ord(oe_saveoptions),ord(oe_checkvaluepaststatread)]; |
defaultoptionsedit = [oe_undoonesc,oe_closequery,oe_exitoncursor,
oe_focusrectonreadonly,
oe_shiftreturn,oe_eatreturn,
oe_autoselect,oe_endonenter,
oe_autoselectonfirstclick,
oe_resetselectonexit,
oe_checkmrcancel]; |
defaultoptionsedit1 = [oe1_autopopupmenu,oe1_keyexecute,
oe1_checkvalueafterstatread,oe1_savevalue,oe1_savestate]; |
nullcoord: gridcoordty = (col: 0; row: 0); |
invalidcell: gridcoordty = (col: invalidaxis; row: invalidaxis); |
bigcoord: gridcoordty = (col: bigint; row: bigint); |
Description
Functions and Procedures
function makegridcoord(col: integer; row: integer): gridcoordty; |
|
This item has no description. |
function mgc(col: integer; row: integer): gridcoordty; |
|
This item has no description. |
function makegridsize(colcount: integer; rowcount: integer): gridsizety; |
|
This item has no description. |
function mgs(colcount: integer; rowcount: integer): gridsizety; |
|
This item has no description. |
function makegridrect(const start,stop: gridcoordty): gridrectty; overload; |
|
This item has no description. |
function gridcoordisequal(const a,b: gridcoordty): boolean; |
|
This item has no description. |
Types
optioneditty = (...); |
|
This item has no description. Values
-
oe_readonly
-
oe_undoonesc
-
oe_closequery
-
oe_checkmrcancel
-
oe_nogray
-
oe_linebreak
-
oe_shiftreturn
-
oe_forcereturncheckvalue
-
oe_eatreturn
-
oe_resetselectonexit
-
oe_exitoncursor
-
oe_nofirstarrownavig
-
oe_endonenter
-
oe_homeonenter
-
oe_autoselect
-
oe_autoselectonfirstclick
-
oe_caretonreadonly
-
oe_focusrectonreadonly
-
oe_trimright
-
oe_trimleft
-
oe_uppercase
-
oe_lowercase
-
oe_hintclippedtext
-
oe_locate
-
oe_casesensitive
-
oe_notnull
-
oe_null
-
oe_directdbnullcheck
-
oe_savevalue
-
oe_savestate
-
oe_saveoptions
-
oe_checkvaluepaststatread
|
optionseditty = set of optioneditty; |
|
This item has no description. |
optionedit1ty = (...); |
|
This item has no description. Values
-
oe1_noselectall
-
oe1_multiline
-
-
oe1_keyexecute
-
oe1_readonlydialog
-
oe1_savevalue
-
oe1_savestate
-
oe1_saveoptions
-
oe1_checkvalueafterstatread
-
oe1_sendchangeeventbycheckvalue
-
oe1_nocellpaint
-
oe1_thumbtrack
|
optionsedit1ty = set of optionedit1ty; |
|
This item has no description. |
dataeditstatety = (...); |
|
This item has no description. Values
-
des_edited
-
des_emptytext
-
des_grayed
-
des_isdb
-
des_dbnull
-
des_dbnullcheck
-
des_actualcursor
-
des_updating
-
des_valueread
-
des_statreading
-
des_disabled
-
des_updatelayout
-
des_editing
|
editactionty = (...); |
|
This item has no description. Values
-
ea_none
-
ea_beforechange
-
ea_textchanged
-
ea_resetemptytext
-
ea_textedited
-
ea_undone
-
ea_textentered
-
ea_indexmoved
-
ea_textsizechanged
-
ea_delchar
-
ea_undo
-
ea_clearselection
-
ea_deleteselection
-
ea_copyselection
-
ea_pasteselection
-
ea_selectall
-
ea_exit
-
ea_caretupdating
|
editactionstatety = (...); |
|
This item has no description. Values
|
Constants
defaultoptionsedit = [oe_undoonesc,oe_closequery,oe_exitoncursor,
oe_focusrectonreadonly,
oe_shiftreturn,oe_eatreturn,
oe_autoselect,oe_endonenter,
oe_autoselectonfirstclick,
oe_resetselectonexit,
oe_checkmrcancel]; |
|
This item has no description. |
nullcoord: gridcoordty = (col: 0; row: 0); |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.