TextEditor.GetHighlight (gb.form.editor)

Sub GetHighlight ( Y As Integer, ByRef Symbols As String[] [ , ByRef Types As Integer[], ByRef Nested As Integer[] ] )

Return the highlighting of a specific line.

  • Y: The line number.

  • Symbols: The list of tokens.

  • Types: The highlight style index of each token.

  • Nested: The nested highlighting index of each token. 0 is the index of the current highlighting.
    Dal 3.19

If no highlighting is associated with the specified line, the returned arrays are set to NULL.