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

TIniSyntaxHighlighter

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

Declaration

Source position: syntax.ini.pp line 34

type TIniSyntaxHighlighter = class(TSyntaxHighlighter)

protected

  procedure ProcessSection();

  procedure ProcessKey();

  procedure ProcessComment();

  procedure ProcessValue();

  function IsWordChar();

  function IsKeyChar();

  class procedure CheckCategories;

  class procedure RegisterDefaultCategories; override;

  class function GetLanguages; override;

public

  constructor Create; override;

  CategoryINI: Integer;

  function Execute(); override;

end;

Inheritance

TIniSyntaxHighlighter

|

TSyntaxHighlighter

|

TObject


Documentation generated on: 2025-12-15