System.JSON.Types.TJsonRegEx

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

Delphi

TJsonRegEx = record

C++

struct DECLSPEC_DRECORD TJsonRegEx
{
private:
    System::UnicodeString __fastcall GetAsString();
    void __fastcall SetAsString(const System::UnicodeString AValue);
public:
    System::UnicodeString RegEx;
    System::UnicodeString Options;
    __fastcall TJsonRegEx(const System::UnicodeString ARegEx, const System::UnicodeString AOptions);
    __property System::UnicodeString AsString = {read=GetAsString, write=SetAsString};
    TJsonRegEx() {}
};

プロパティ

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


説明

TJsonRegEx は、拡張 JSON 正規表現データ型を表します。

詳細については、「拡張 JSON 正規表現」および「BSON 仕様」を参照してください。

関連項目