Unit msetextedit

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Record textmouseeventinfoty  
Class tgridrichstringdatalist  
Class tcustomtextedit  
Class ttextedit  
Class tundotextedit  

Functions and Procedures

procedure normalizetextrect(const po1,po2: gridcoordty; out start,stop: gridcoordty);
function istextdblclick(const ainfo: textmouseeventinfoty): boolean;

Types

textmouseeventty = procedure(const sender: tobject; var info: textmouseeventinfoty) of object;
textdraweventty = procedure(const sender: tcustomtextedit; const canvas: tcanvas; const atext: richstringty; const cellinfo: pcellinfoty; var handled: boolean) of object;
setupeditoreventty = procedure(const sender: tcustomtextedit) of object;
texteditstatety = (...);
texteditstatesty = set of texteditstatety;
texteditoptionty = (...);
texteditoptionsty = set of texteditoptionty;

Constants

defaulttexteditoptions = (defaultoptionsedit + [oe_linebreak,oe_nofirstarrownavig]) - [oe_autoselect,oe_autoselectonfirstclick,oe_endonenter, oe_resetselectonexit,oe_undoonesc,oe_shiftreturn, oe_trimleft,oe_trimright,oe_uppercase,oe_lowercase];
texteditminimalframe: framety = (left: 1; top: 0; right: 1; bottom: 0);
defaulttexteditwidgetoptions = (defaulteditwidgetoptions );
defaulttexteditwidgetoptions1 = (defaulteditwidgetoptions1 - [ow1_fontglyphheight]) + [ow1_fontlineheight];

Description

Functions and Procedures

procedure normalizetextrect(const po1,po2: gridcoordty; out start,stop: gridcoordty);
 
function istextdblclick(const ainfo: textmouseeventinfoty): boolean;
 

Types

textmouseeventty = procedure(const sender: tobject; var info: textmouseeventinfoty) of object;
 
textdraweventty = procedure(const sender: tcustomtextedit; const canvas: tcanvas; const atext: richstringty; const cellinfo: pcellinfoty; var handled: boolean) of object;
 
setupeditoreventty = procedure(const sender: tcustomtextedit) of object;
 
texteditstatety = (...);
 
Values
  • tes_selectinvalid
  • tes_cellentering
  • tes_xposinvalid
texteditstatesty = set of texteditstatety;
 
texteditoptionty = (...);
 
Values
  • teeo_bom
  • teeo_nobom
texteditoptionsty = set of texteditoptionty;
 

Constants

defaulttexteditoptions = (defaultoptionsedit + [oe_linebreak,oe_nofirstarrownavig]) - [oe_autoselect,oe_autoselectonfirstclick,oe_endonenter, oe_resetselectonexit,oe_undoonesc,oe_shiftreturn, oe_trimleft,oe_trimright,oe_uppercase,oe_lowercase];
 
texteditminimalframe: framety = (left: 1; top: 0; right: 1; bottom: 0);
 
defaulttexteditwidgetoptions = (defaulteditwidgetoptions );
 
defaulttexteditwidgetoptions1 = (defaulteditwidgetoptions1 - [ow1_fontglyphheight]) + [ow1_fontlineheight];
 

Generated by PasDoc 0.16.0.