API:System.JSON.Types.TJsonBinaryType

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

Delphi

TJsonBinaryType = (Generic = $00, &Function = $01, BinaryOld = $02,
UUIDOld = $03, UUID = $04, MD5 = $05, UserDefined = $80);

C++

enum class DECLSPEC_DENUM TJsonBinaryType : unsigned char { Generic, Function, BinaryOld, UUIDOld, UUID, MD5, UserDefined = 128 };

プロパティ

種類 可視性 ソース ユニット
enum public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types System.JSON.Types

説明

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