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

TPascalSyntaxHighlighter

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

Declaration

Source position: syntax.pascal.pp line 33

type TPascalSyntaxHighlighter = class(TSyntaxHighlighter)

protected

  procedure CheckCategories;

  procedure ProcessComment1();

  procedure ProcessComment2();

  function CheckForComment();

  procedure ProcessAsm();

  function CheckForKeyword();

  procedure ProcessSymbol();

  class function GetLanguages; override;

public

  constructor Create; override;

  CategoryPascal: Integer;

  CategoryIdentifier: Integer;

  function Execute(); override;

end;

Inheritance

TPascalSyntaxHighlighter

|

TSyntaxHighlighter

|

TObject


Documentation generated on: 2025-12-15