Главная страница
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.056 c
3-4724
MAD-Sudarchikov
2003-01-18 17:32
2003.02.03
Создание базы данных


1-4956
dvm
2003-01-26 16:09
2003.02.03
Аналог в Делфи операции из Си


9-4702
Евгений Анатольевич
2002-08-12 16:06
2003.02.03
DilphiX редактор


3-4822
Palladin
2003-01-17 22:17
2003.02.03
Построение TADOConnection.ConnectionString


14-5252
Olesia_K
2003-01-14 16:15
2003.02.03
FastNet 6.2.1 for Delphi 6