Вниз
Скачать: 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 вся ветка

Скачать: CL | DM;



Память: 0.46 MB
Время: 0.023 c
14-1123451681
uw
2005-08-08 01:54
2005.08.28
Всем кто сейчас пьет пиво.


1-1123516062
Demidoff
2005-08-08 19:47
2005.08.28
Проблемы с ShellExecute!


4-1120565306
Vallos
2005-07-05 16:08
2005.08.28
возвращаясь к задержкам ...


1-1123483163
Dimich1978
2005-08-08 10:39
2005.08.28
Переход проекта с Д5 на Д7, ошибка


3-1121409195
DmTT
2005-07-15 10:33
2005.08.28
DBLoolupListBox ..ComboBox




   Наверх