Unit msesyntaxedit

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class tsyntaxedit  

Functions and Procedures

function checkbracketkind(const achar: msechar; out open: boolean): bracketkindty;

Types

bracketkindty = (...);
syntaxeditoptionty = (...);
syntaxeditoptionsty = set of syntaxeditoptionty;

Constants

openbrackets: array[bracketkindty] of msechar = (#0,'(','[','{');
closebrackets: array[bracketkindty] of msechar = (#0,')',']','}');
defaultpairmaxrowcount = 100;

Description

Functions and Procedures

function checkbracketkind(const achar: msechar; out open: boolean): bracketkindty;
 

Types

bracketkindty = (...);
 
Values
  • bki_none
  • bki_round
  • bki_square
  • bki_curly
syntaxeditoptionty = (...);
 
Values
  • seo_autoindent
  • seo_markbrackets
  • seo_markpairwords
  • seo_caseinsensitive
  • seo_defaultsyntax
syntaxeditoptionsty = set of syntaxeditoptionty;
 

Constants

openbrackets: array[bracketkindty] of msechar = (#0,'(','[','{');
 
closebrackets: array[bracketkindty] of msechar = (#0,')',']','}');
 
defaultpairmaxrowcount = 100;
 

Generated by PasDoc 0.16.0.