[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: syntax.htmlrender.pp line 35
type THtmlSyntaxRenderer = class |
protected |
function GetCategoryName(); |
function EscapeHtml(); virtual; |
function GetKindClassName(); virtual; |
function BuildClassNames(); virtual; |
procedure RenderTokensWithLineBreaks(); virtual; |
procedure RenderTokensWithoutLineBreaks(); virtual; |
public |
constructor Create; |
property Options: THTMLRenderOptions; [rw] |
property ExtraClasses: string; [rw] |
procedure RenderTokens(); |
procedure RenderTokensToString(); |
end; |
| | |
TObject |