Unit msetextedit

Description

This item has no 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);

This item has no description.

function istextdblclick(const ainfo: textmouseeventinfoty): boolean;

This item has no description.

Types

textmouseeventty = procedure(const sender: tobject; var info: textmouseeventinfoty) of object;

This item has no description.

textdraweventty = procedure(const sender: tcustomtextedit; const canvas: tcanvas; const atext: richstringty; const cellinfo: pcellinfoty; var handled: boolean) of object;

This item has no description.

setupeditoreventty = procedure(const sender: tcustomtextedit) of object;

This item has no description.

texteditstatety = (...);

This item has no description.

Values
  • tes_selectinvalid
  • tes_cellentering
  • tes_xposinvalid
texteditstatesty = set of texteditstatety;

This item has no description.

texteditoptionty = (...);

This item has no description.

Values
  • teeo_bom
  • teeo_nobom
texteditoptionsty = set of texteditoptionty;

This item has no description.

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

This item has no description.

texteditminimalframe: framety = (left: 1; top: 0; right: 1; bottom: 0);

This item has no description.

defaulttexteditwidgetoptions = (defaulteditwidgetoptions );

This item has no description.

defaulttexteditwidgetoptions1 = (defaulteditwidgetoptions1 - [ow1_fontglyphheight]) + [ow1_fontlineheight];

This item has no description.


Generated by PasDoc 0.17.0.snapshot.