RAD Studio VCL Reference
|
Parses the Content property into its constituent fields.
procedure ExtractContentFields(Strings: TStrings);
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|