Главная страница
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.012 c
4-5318
alexsc
2002-12-17 13:37
2003.02.03
Можно ли через CreateProcess передать Word файл для открытия


3-4766
Shatun
2003-01-16 06:58
2003.02.03
Помогите с SQL когда поля могут иметь значение Null


1-4870
Shadow
2003-01-23 20:04
2003.02.03
MDI


14-5169
AlexandrRya
2003-01-16 00:14
2003.02.03
Снова о бесплатном


1-4935
MAPIIIAJL
2003-01-25 10:54
2003.02.03
Перевод Single в байтовый массив и обратно.