RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebRequestFile.ContentType Property

Describes how the file data is encoded.

Pascal
property ContentType: string;
C++
__property AnsiString ContentType;

Read ContentType to determine the format of the data you can read from the Stream property. ContentType is a string of the format Type/SubType, which names the MIME type and subtype used to encode the file contents. 

 

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