Unit 'Markdown.Line' Package
[Overview][Classes][Index] [#fcl-md]

TMarkdownLine

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

Declaration

Source position: markdown.line.pas line 27

type TMarkdownLine = class

public

  constructor create();

  procedure Reset;

  procedure Mark;

  procedure Rewind;

  procedure Advance();

  function SkipWhiteSpace;

  function IsEmpty;

  function Remainder;

  function LeadingWhitespace();

  function isWhitespace;

  property Line: AnsiString; [r]

  property LineNo: Integer; [r]

  property CursorPos: Integer; [r]

end;

Inheritance

TMarkdownLine

|

TObject


Documentation generated on: 2026-03-29