メインメニューを開く

RAD Studio API Documentation β

System.NetEncoding.TBase64Encoding.TDecodeState

Delphi

    TDecodeState = record
      Step: TDecodeStep;
      Result: Byte;
    end;

C++

struct DECLSPEC_DRECORD TDecodeState
{
public:
    TBase64Encoding::TDecodeStep Step;
    System::Byte Result;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
protected
System.NetEncoding.pas
System.NetEncoding.hpp
System.NetEncoding TBase64Encoding

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。