RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.ExtractContentFields Method

Parses the Content property into its constituent fields.

Pascal
procedure ExtractContentFields(Strings: TStrings);
C++
__fastcall ExtractContentFields(TStrings Strings);

Call ExtractContentFields to fill the Strings parameter with the individual fields in the Content property. ExtractContentFields assumes that fields are separated by ampersands (&). This is the format used when the MethodType is mtPost. If the Content property is not assigned, ExtractContentFields does nothing. 

 

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