Source position: syntax.highlighter.pp line 67
type TSyntaxToken = record |
public |
Text: string; |
Kind: TSyntaxHighlightKind; |
constructor create(); |
function Categories; |
function CategoriesAsString; |
procedure AddCategory(); |
function HasCategory(); |
property CategoryCount: Integer; [r] |
|
end; |