Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.08.28;
Скачать: CL | DM;

Вниз

Конверт String -> WideString   Найти похожие ветки 

 
забыл   (2005-08-05 06:01) [0]

subj


 
Lexa ©   (2005-08-05 06:48) [1]

function StringToOleStr(const Source: string): PWideChar;

не подойдет?


 
Lamer@fools.ua ©   (2005-08-05 07:00) [2]

1. MultiByteToWideChar

2.
var
  S: AnsiString;
  WS: WideString;
begin
  // ...
  WS := S;
  // ...
end;


 
Lexa ©   (2005-08-05 07:23) [3]


> Lamer@fools.ua



> MultiByteToWideChar


Таким богатством D6 не обладает:)


 
забыл   (2005-08-05 07:41) [4]

thnx, guys


 
ЮЮ ©   (2005-08-05 07:44) [5]

>Таким богатством D6 не обладает:)

Сколько раз говорили, "не порть генофонд!"
unit Windows;

line 28990:

function MultiByteToWideChar; external kernel32 name "MultiByteToWideChar";


 
Lexa ©   (2005-08-05 08:03) [6]


> ЮЮ ©   (05.08.05 07:44) [5]


line 28908; ) Ну не встречал прежде, каюсь..


 
Leonid Troyanovsky ©   (2005-08-05 09:23) [7]


> subj


Object Pascal Language Guide
String types

String types can be mixed in assignments and expressions; the compiler automatically performs required conversions. But strings passed by reference to a function or procedure (as var and out parameters) must be of the appropriate type. Strings can be explicitly cast to a different string type (see Typecasts).

--
Regards, LVT.



Страницы: 1 вся ветка

Текущий архив: 2005.08.28;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.049 c
14-1123002353
alexteam
2005-08-02 21:05
2005.08.28
нестандартная ситуация.


14-1122927294
ronyn
2005-08-02 00:14
2005.08.28
Переустановка в Install Shield


14-1123242970
Ш-К
2005-08-05 15:56
2005.08.28
Переключение раскладки


1-1123494602
gemini
2005-08-08 13:50
2005.08.28
О DLL


1-1123329885
Толян
2005-08-06 16:04
2005.08.28
Копирование программы