Soap.OPConvert.IOPConvert.GetOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetOptions: TSOAPConvertOptions;

C++

virtual Soap::Opconvertoptions::TSOAPConvertOptions __fastcall GetOptions() = 0 ;

Properties

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

Description

Returns the value of the Options property.

GetOptions is the read implementation for the Options property.

See Also