[DUG] Unicode help in D7

Ross Levis ross at stationplaylist.com
Wed Oct 3 23:42:23 NZDT 2012


Another Unicode question (D7).

 

var: Folder: WideString;

…

Folder := WideIncludeTrailingBackslash(Folder);

WideFindFirst(Folder+'*',faReadOnly…);

 

Will the compiler convert the ‘*’ to the Unicode equivalent?  Or should I do

Folder+WideString('*')?

 

Cheers.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20121003/6d14f954/attachment.html 


More information about the Delphi mailing list