Soap.OPToSOAPDomConv.TSOAPDomConv.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TSOAPConvertOptions read FOptions write FOptions default [soSendMultiRefObj, soTryAllSchema];

C++

__property Soap::Opconvertoptions::TSOAPConvertOptions Options = {read=FOptions, write=FOptions, default=10};

Properties

Type Visibility Source Unit Parent
property published
Soap.OPToSOAPDomConv.pas
Soap.OPToSOAPDomConv.hpp
Soap.OPToSOAPDomConv TSOAPDomConv

Description

Controls how the TSOAPDomConv object performs certain types of conversions.

Set Options to indicate how you want the TSOAPDomConv object to handle various types of conversions. This set can include zero or more of the TSOAPConvertOption flags.

See Also