Unit msesyntaxedit
Uses
Variables
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
|
syntaxeditoptionty = (...); |
Values
|
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.