var   
wstr:WideString;
str:string;
begin
str:=WideCharToString(PWideChar(wstr));
end;
05-10 23:36