RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractContentParser.WebRequest Property

Indicates the Web request object that uses this parser to parse its content.

Pascal
property WebRequest: TWebRequest;
C++
__property TWebRequest WebRequest;

Content parsers use the protected WebRequest property internally to access the content they parse. The value of WebRequest is a Web request object whose properties represent the headers and content of the current HTTP request message. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!