RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCGIResponse.GetContent Method

Provides the abstract (pure virtual) prototype of a method to access the Content property.

Pascal
function GetContent: AnsiString; override;
C++
virtual __fastcall AnsiString GetContent();

Descendants of TWebResponse implement GetContent to provide an access method for their internal representation of the Content property. This method is abstract (pure virtual) because response objects for different types of HTTP applications store the value of the Content property differently. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!