[yunqa.de] Re: DIHTMLParser and msdn

  • From: Delphi Inspiration <delphi@xxxxxxxx>
  • To: yunqa@xxxxxxxxxxxxx
  • Date: Sat, 31 Jan 2009 22:35:52 +0100

Darryl Patenaude wrote:

>For DIHtmlParser V5.0.0, where is DIWideString2Vector? 

DIWideString2Vector.pas became DIUnicodeString2Vector.pas with the arrival of 
Delphi 2009. However, DIUnicodeString2Vector.pas is backwards compatible with 
older Delphi versions and uses WideStrings instead.

In DIHtmlParser, TDIWideString2Vector and TDIUnicodeString2Vector are helper 
classes only and serve as ancestors for TDITag. There should be no need to use 
them directly. But if you happen to do so, just replace all instances of 
"DIWideString2Vector" with "DIUnicodeString2Vector" and you should be fine.

In case you feel that you must use TDIWideString2Vector -- for whatever reason 
-- it is retained in DIContainers.

Ralf 

_______________________________________________
Delphi Inspiration mailing list
yunqa@xxxxxxxxxxxxx
//www.freelists.org/list/yunqa



Other related posts: