RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.ContentParser Property

Refers to the object's content parser object.

Pascal
property ContentParser: TAbstractContentParser;
C++
__property TAbstractContentParser ContentParser;

Read ContentParser to locate the TWebRequest instance's TAbstractContentParser object. The TAbstractContentParser is responsible for parsing the HTTP request. 

 

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