Soap.XSBuiltIns.TXSDuration.EncodeDuration

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function EncodeDuration(const Data: TDurationData): InvString; static;

C++

static System::UnicodeString __fastcall EncodeDuration(const TDurationData &Data);

プロパティ

種類 可視性 ソース ユニット
function public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSDuration

説明

文字列内の指定された TDurationData をエンコードします。

EncodeDuration は、指定された TDurationData の文字列表現を返します(SOAP パケットとして)。TXSDuration インスタンスの該当する文字列表現を取得するには、NativeToXS メソッドを使用します。

関連項目