Unit 'fpReportHTMLParser' Package
[Overview][Types][Classes][Index] [#fcl-report]

THTMLParser

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

Declaration

Source position: fpreporthtmlparser.pp line 144

type THTMLParser = class(TObject)

public

  OnFoundTag: TOnFoundTag;

  OnFoundText: TOnFoundText;

  Raw: Pchar;

  FCurrent: PChar;

  constructor Create();

  procedure Exec;

  procedure NilOnFoundTag();

  procedure NilOnFoundText();

  function CurrentPos;

  property Done: Boolean; [rw]

  function GetVal();

  function GetTagName();

  function GetNameValPair();

  function GetValFromNameVal();

end;

Inheritance

THTMLParser

|

TObject


Documentation generated on: 2023-03-18