Unit mseeditglob

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Record editnotificationinfoty  
Interface idataeditcontroller  

Functions and Procedures

function makegridcoord(col: integer; row: integer): gridcoordty;
function mgc(col: integer; row: integer): gridcoordty;
function makegridsize(colcount: integer; rowcount: integer): gridsizety;
function mgs(colcount: integer; rowcount: integer): gridsizety;
function makegridrect(const pos: gridcoordty; const size: gridsizety): gridrectty; overload;
function mgr(const pos: gridcoordty; const size: gridsizety): gridrectty; overload;
function makegridrect(const start,stop: gridcoordty): gridrectty; overload;
function mgr(const start,stop: gridcoordty): gridrectty; overload;
function gridcoordisequal(const a,b: gridcoordty): boolean;
procedure transferoptionsedit(const sender: tcomponent; const source: optionseditty; var dest: optionseditty; var dest1: optionsedit1ty);

Types

optioneditty = (...);
optionseditty = set of optioneditty;
optionedit1ty = (...);
optionsedit1ty = set of optionedit1ty;
dataeditstatety = (...);
dataeditstatesty = set of dataeditstatety;
editactionty = (...);
editactionstatety = (...);
editactionstatesty = set of editactionstatety;

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;
 
function mgc(col: integer; row: integer): gridcoordty;
 
function makegridsize(colcount: integer; rowcount: integer): gridsizety;
 
function mgs(colcount: integer; rowcount: integer): gridsizety;
 
function makegridrect(const pos: gridcoordty; const size: gridsizety): gridrectty; overload;
 
function mgr(const pos: gridcoordty; const size: gridsizety): gridrectty; overload;
 
function makegridrect(const start,stop: gridcoordty): gridrectty; overload;
 
function mgr(const start,stop: gridcoordty): gridrectty; overload;
 
function gridcoordisequal(const a,b: gridcoordty): boolean;
 
procedure transferoptionsedit(const sender: tcomponent; const source: optionseditty; var dest: optionseditty; var dest1: optionsedit1ty);
 

Types

optioneditty = (...);
 
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;
 
optionedit1ty = (...);
 
Values
  • oe1_noselectall
  • oe1_multiline
  • oe1_autopopupmenu
  • oe1_keyexecute
  • oe1_readonlydialog
  • oe1_savevalue
  • oe1_savestate
  • oe1_saveoptions
  • oe1_checkvalueafterstatread
  • oe1_sendchangeeventbycheckvalue
  • oe1_nocellpaint
  • oe1_thumbtrack
optionsedit1ty = set of optionedit1ty;
 
dataeditstatety = (...);
 
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
dataeditstatesty = set of dataeditstatety;
 
editactionty = (...);
 
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 = (...);
 
Values
  • eas_shift
  • eas_delete
editactionstatesty = set of editactionstatety;
 

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);
 

Generated by PasDoc 0.16.0.