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

Вниз

Как получить HTML код   Найти похожие ветки 

 
pwlusa ©   (2002-12-05 06:52) [0]

Мне необходимо чтобы моя программа вытаскивала с определенного сайта html код, и записывала его например в Memo.
Спасибо заранее!


 
Song ©   (2002-12-05 08:19) [1]

NMHTTP.Get()


 
pwlusa ©   (2002-12-05 12:45) [2]

Если можно подробнее.


 
Reindeer Moss Eater   (2002-12-05 13:55) [3]

Подробнее чем это уже нельзя


 
pwlusa ©   (2002-12-06 06:32) [4]

Ну пример то можно написать?


 
Reindeer Moss Eater   (2002-12-06 09:14) [5]

NMHTTP.Get(Your_URL_String)


 
pwlusa ©   (2002-12-06 10:10) [6]

Это я понял уже. Как мне перенести текст в Memo?


 
Reindeer Moss Eater   (2002-12-06 10:14) [7]

У мемо есть свойство Lines.
У свойства Lines есть свойство Text и методы Add,AddStrings

С их помощью можно управлять содержимым Memo
Например Memo1.Lines.Text:="Ля Ля Ля";


 
Anatoly Podgoretsky ©   (2002-12-06 10:15) [8]

А чем пример от Song © (05.12.02 08:19) не устраивает, может тебе пока подождать с программированием?


 
Song ©   (2002-12-06 10:32) [9]

Applies to
TNMHTTP component

Declaration
procedure Get(URL: string); virtual;

Description
The Get method retrieves the document specified by the URL parameter.

If InputFileMode is TRUE, the document retrieved by the Get method is stored in the file that is specified by the Body property, and the header is stored in the file that is specified by the Header property.

If InputFileMode is FALSE, the document retrieved by the Get method is stored in the Body property as a string. The header is stored in the Header property as a string.

Parameters:
The URL parameter specifies the document to retrieve.

Note:
If the operation is successful, the OnSuccess event is called, passing CmdGET as the Cmd para

До сих пор не понятно?


 
Kornet ©   (2002-12-06 13:40) [10]

Есть хороший пример: $DELPHI_ROOT\Demos\FastNet\Http


 
Stef ©   (2002-12-09 22:04) [11]

aaaaaa



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

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

Наверх




Память: 0.48 MB
Время: 0.024 c
14-5136
Лохматый
2003-01-17 14:03
2003.02.03
Рулез...


1-4860
euru
2003-01-22 20:15
2003.02.03
Использование object


6-5097
Nord-Ost
2002-12-07 07:57
2003.02.03
Как отловить параметры?


8-5069
Dark Elf
2002-07-31 14:55
2003.02.03
Аппроксиматор


1-4940
error 2k
2003-01-25 15:38
2003.02.03
ShellChangeNotifier