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 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 or 0 for the current highlighting.
    Desde 3.19

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