Вниз
Скачать: 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.03 c
5-1094451679
Victor
2004-09-06 10:21
2005.08.28
Гибкие линии


10-1101474613
grigory
2004-11-26 16:10
2005.08.28
При закрытие Outlook процесс остается висеть..


3-1121413900
286
2005-07-15 11:51
2005.08.28
Поиск в текстовом файле


1-1123675405
Steepesson
2005-08-10 16:03
2005.08.28
Компонент TTreeView


4-1120725661
AxelBlack
2005-07-07 12:41
2005.08.28
NetServerEnum




   Наверх