Unit mseinplaceedit

Description

This item has no description.

Overview

Classes, Interfaces, Objects and Records

Name Description
Interface iedit  
Class tinplaceedit  
Record undoinfoty  
Interface iundo  
Class ttextundolist  
Class tundoinplaceedit  

Functions and Procedures

function textendpoint(const start: pointty; const text: msestring): pointty;

Types

editnotificationeventty = procedure(const sender: tobject; var info: editnotificationinfoty) of object;
inplaceeditstatety = (...);
inplaceeditstatesty = set of inplaceeditstatety;
undotypety = (...);
undoflagty = (...);
undoflagsty = set of undoflagty;
pundoinfoty = ˆundoinfoty;

Constants

defaultundomaxcount = 256;
defaultundobuffermaxsize = 100000;
defaultcaretwidth = -1;
defaultglobalcaretwith = -300;

Variables

globalcaretwidth: integer = defaultglobalcaretwith;

Description

Functions and Procedures

function textendpoint(const start: pointty; const text: msestring): pointty;

This item has no description.

Types

editnotificationeventty = procedure(const sender: tobject; var info: editnotificationinfoty) of object;

This item has no description.

inplaceeditstatety = (...);

This item has no description.

Values
  • ies_focused
  • ies_emptytext
  • ies_poschanging
  • ies_firstclick
  • ies_istextedit
  • ies_forcecaret
  • ies_textrectvalid
  • ies_touched
  • ies_edited
  • ies_cangroupundo
  • ies_caretposvalid
inplaceeditstatesty = set of inplaceeditstatety;

This item has no description.

undotypety = (...);

This item has no description.

Values
  • ut_none
  • ut_setpos
  • ut_inserttext
  • ut_overwritetext
  • ut_deletetext
undoflagty = (...);

This item has no description.

Values
  • uf_selected
  • uf_backwards
undoflagsty = set of undoflagty;

This item has no description.

pundoinfoty = ˆundoinfoty;

This item has no description.

Constants

defaultundomaxcount = 256;

This item has no description.

defaultundobuffermaxsize = 100000;

This item has no description.

defaultcaretwidth = -1;

This item has no description.

defaultglobalcaretwith = -300;

This item has no description.

Variables

globalcaretwidth: integer = defaultglobalcaretwith;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.