Soap.OPConvert.IOPConvert.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options:  TSOAPConvertOptions read GetOptions write SetOptions;

C++

__property Soap::Opconvertoptions::TSOAPConvertOptions Options = {read=GetOptions, write=SetOptions};

Properties

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

Description

Controls how certain types of conversions are performed.

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

See Also