Unit 'syntax.highlighter' Package
[Overview][Types][Classes][Index] [#fcl-syntax]

TSyntaxToken

Declaration

Source position: syntax.highlighter.pp line 67

type TSyntaxToken = record

public

  Text: string;

  Kind: TSyntaxHighlightKind;

  constructor create();

  function Categories;

  function CategoriesAsString;

  procedure AddCategory();

  function HasCategory();

  property CategoryCount: Integer; [r]

end;


Documentation generated on: 2025-12-15