Unit 'syntax.json' Package
[Overview][Classes][Procedures and functions][Index] [#fcl-syntax]

TJsonSyntaxHighlighter

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: syntax.json.pp line 34

type TJsonSyntaxHighlighter = class(TSyntaxHighlighter)

protected

  procedure ProcessString();

  procedure ProcessNumber();

  function CheckForKeyword();

  function IsHexChar();

  function IsDigitChar();

  procedure SkipWhitespace;

  class procedure CheckCategories;

  class procedure RegisterDefaultCategories; override;

  class function GetLanguages; override;

public

  constructor Create; override;

  CategoryJSON: Integer;

  function Execute(); override;

end;

Inheritance

TJsonSyntaxHighlighter

|

TSyntaxHighlighter

|

TObject


Documentation generated on: 2025-12-15