Soap.OPConvert.IOPConvert.SetOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOptions(const Value: TSOAPConvertOptions);

C++

virtual void __fastcall SetOptions(const Soap::Opconvertoptions::TSOAPConvertOptions Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.OPConvert.pas
Soap.OPConvert.hpp
Soap.OPConvert IOPConvert

Description

Sets the value of the Options property.

SetOptions is the write implementation for the Options property.

Value is the new set of options to use when marshaling and unmarshaling method calls.

See Also