RAD Studio VCL Reference
|
Creates and initializes a new TAbstractContentParser object.
constructor Create(AWebRequest: TWebRequest); virtual;
virtual __fastcall TAbstractContentParser(TWebRequest AWebRequest);
Do not create instances of TAbstractContentParser. This class and its descendants are intended only as helper objects to the Web request. The Web request creates its own instance of a TAbstractContentParser descendant that can parse its content.
AWebRequest is the Web request object that creates this content parser to extract information from its content. This becomes the value of the WebRequest property.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|