[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fasthtmlparser.pas line 142
type THTMLParser = class(TObject)
public
OnFoundTag: TOnFoundTag;
OnFoundText: TOnFoundText;
Raw: Pchar;
procedure Create();
procedure Exec;
procedure NilOnFoundTag();
procedure NilOnFoundText();
end;
THTMLParser
TObject
No notes exist for this page yet.