Вниз
Скачать: CL | DM;

Как в RichEdit загрузить файл DOS формата?   Найти похожие ветки 

 
Alex31   (2005-02-13 17:19) [0]

Здравствуйте уважаемые мастера!
Как в RichEdit загрузить файл DOS формата?
Метод LoadFromFile() грузит одни иероглифы ...:( помогите плиз..


 
Юрий Зотов ©   (2005-02-13 17:31) [1]

TStringStream.LoadFromFile + OemToChar + LoadFromStream.


 
Alex31   (2005-02-13 17:50) [2]

Спасибо, помогло  OemToChar!!!
А еще вопросик...  метод SaveToFile тоже работает криво...как тут быть?


 
Kerk ©   (2005-02-13 18:03) [3]

Alex31   (13.02.05 17:50) [2]
CharToOem видимо


 
Alex31   (2005-02-13 18:11) [4]

2 Kerk ©   (13.02.05 18:03) [3]

А вот не выходит почему-то....
вот код:

procedure TForm1.Button1Click(Sender: TObject);
var s: string;
begin
  if SaveDialog1.Execute then
  begin
     s:=RichEdit2.Text;
     CharToOem(Pchar(s),Pchar(s));
     RichEdit2.Text:=s;
     RichEdit2.Lines.SaveToFile(SaveDialog1.GetNamePath);
  end;
end;


 
Kerk ©   (2005-02-13 18:22) [5]


> RichEdit2.Lines.SaveToFile(SaveDialog1.GetNamePath);

что за фигня?


 
Alex31   (2005-02-13 18:25) [6]

Kerk ©   (13.02.05 18:22) [5]
Эта фигня как раз сохраняет в файт Richedit2.text  !!!!!

А ответ на свой вопрос я уже нашел сам...!

RichEdit2.PlainText:=true;


 
Просто Джо ©   (2005-02-14 00:06) [7]


> SaveDialog1.GetNamePath


Однако...


 
Cobalt ©   (2005-02-14 03:15) [8]

Из дельфовой справки:
Description
GetNamePath is used to determine the text to display in the Object Inspector for the name of the object being edited. GetNamePath is introduced in TPersistent so descendants such as collections can appear in the Object Inspector. TComponent overrides GetNamePath to return the component’s name. Do not call GetNamePath directly.

:)



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

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



Память: 0.46 MB
Время: 0.022 c
14-1107772373
Ivan Shikhalev
2005-02-07 13:32
2005.02.27
Кто-нибудь видел Hi Asm?


1-1108211901
Koshak
2005-02-12 15:38
2005.02.27
Timer


1-1108367376
JohnS
2005-02-14 10:49
2005.02.27
XML


14-1107366522
Narik
2005-02-02 20:48
2005.02.27
explorer.exe глючит!!!


4-1105603248
__max__
2005-01-13 11:00
2005.02.27
Как мне отследить изменение числа процессов в системе?




   Наверх