+ procedure HTMLTagFound(NoCaseTag, ActualTag: String);
+ procedure HTMLTextFound_Size(AText: String); + procedure HTMLTextFound_Out(AText: String);Better to use "const Par: string", since "const" param passed by ref, it is faster than "value parameter" w/o "const".
-- Regards, Alexey
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus-ide.org/listinfo/lazarus
