Soap.WebNode.IWebNode.SetMimeBoundary

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMimeBoundary(const Value: string);

C++

virtual void __fastcall SetMimeBoundary(const System::UnicodeString Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.WebNode.pas
Soap.WebNode.hpp
Soap.WebNode IWebNode

Description

Sets the value of the MimeBoundary property.

SetMimeBoundary is the write implementation for the MimeBoundary property.

Value is the new value for MimeBoundary.

See Also