RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.ContentFields Property

Reports the parsed content of a POST request message.

Pascal
property ContentFields: TStrings;
C++
__property TStrings ContentFields;

Use ContentFields to read the fields of an HTTP request message when the MethodType is mtPost. The Content of the HTTP request is parsed, separating into fields at the ampersand character.  

Each field appears as a separate string in the ContentFields list with the form Name=Value. As a TStrings object, ContentFields allows applications to manipulate the individual fields by name or value. 

 

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