[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fasthtmlparser.pas line 148
type THTMLParser = class(TObject) |
public |
Raw: Pchar; |
FCurrent: PChar; |
constructor Create(); |
procedure Exec; |
procedure NilOnFoundTag(); |
procedure NilOnFoundText(); |
function CurrentPos; |
property Done: Boolean; [rw] |
end; |
| |
TObject |