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]

end;

Inheritance

TMarkDownLine

|

TObject


Documentation generated on: 2025-12-15