Unit 'MarkDown.Elements' Package
[Overview][Constants][Types][Classes][Index] [#fcl-md]

TPosition

Declaration

Source position: markdown.elements.pas line 39

type TPosition = record

  line: Integer;

  col: Integer;

end;


Documentation generated on: 2025-12-15