[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: syntax.highlighter.pp line 148
type TSyntaxHighlighterRegistry = class |
protected |
type |
protected |
function FindLanguageDef(); |
class constructor init; |
destructor done; |
public |
constructor create; |
destructor destroy; override; |
function FindSyntaxHighlighterClass(); |
function GetSyntaxHighlighterClass(); |
function CreateSyntaxHighlighter(); |
procedure RegisterSyntaxHighlighter(); |
procedure UnRegisterSyntaxHighlighter(); |
property Instance: TSyntaxHighlighterRegistry; [r] |
end; |
| | |
TObject |