Web.HTTPApp.TAbstractContentParser.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AWebRequest: TWebRequest); virtual;

C++

__fastcall virtual TAbstractContentParser(TWebRequest* AWebRequest);

Properties

Type Visibility Source Unit Parent
constructor public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TAbstractContentParser

Description

Creates and initializes a new TAbstractContentParser object.

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.

See Also