Unit 'fpsvg.types' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-svg]

TSVGScanner

Declaration

Source position: fpsvg.types.pp line 619

type TSVGScanner = record

public

  Text: TSVGString;

  Pos: Integer;

  constructor Create();

  function AtEnd;

  function Current;

  function SkipWSP;

  function SkipWSPComma;

  function SkipChar();

  function ScanNumber();

  function ScanFlag();

  function ScanName;

end;


Documentation generated on: 2026-09-25