Soap.TypeTrans.TTypeTranslator

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTTypeTranslator

Delphi

TTypeTranslator = class

C++

class PASCALIMPLEMENTATION TTypeTranslator : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Soap.TypeTrans.pas
Soap.TypeTrans.hpp
Soap.TypeTrans Soap.TypeTrans

Description

Provides functionality for converting simple XML types to and from the corresponding native types.

TTypeTranslator provides methods for converting SOAP strings that represent simple XML types to variables of native types and backwards.

The TypeTranslator global variable can be used for conversions.

See Also