Web.HTTPApp.TAbstractWebRequestFile.GetContentType
Delphi
function GetContentType: AnsiString; virtual; abstract;
C++
virtual System::AnsiString __fastcall GetContentType(void) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TAbstractWebRequestFile |
Description
Returns the value of the ContentType property.
GetContentType is the protected read implementation for the ContentType property.
In TAbstractWebRequestFile, GetContentType is abstract or, in C++ terminology, pure virtual, meaning it has no implementation. Descendant classes must override this method to provide an implementation for the ContentType property.