RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLinkedWebNode.MimeBoundary Property

Specifies the value of the MIME boundary header, if any, for the section of the document that contains the method call.

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

When the encoded method call is included in a multipart form, MimeBoundary is the value of the MIME boundary header that uniquely identifies the part of the form that contains the method call. If the method call is not included in a multipart form, MimeBoundary is an empty string. 

 

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