Вниз
Скачать: 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
1-1108035827
Urvin
2005-02-10 14:43
2005.02.27
Запуск и выключение приложений


3-1106753831
Muchacho
2005-01-26 18:37
2005.02.27
совместимость с 1C


4-1105893442
Piter
2005-01-16 19:37
2005.02.27
Реализация функций обратного вызова


14-1107433216
Usser
2005-02-03 15:20
2005.02.27
По поводу ноутбука


1-1108149519
Sphinxx
2005-02-11 22:18
2005.02.27
Из 10-чной в 2-чную




   Наверх