REST.Json.Types.JSONNameAttribute

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

System.TCustomAttributeSystem.TObjectJSONNameAttribute

Delphi

JSONNameAttribute = System.JSON.Types.JsonNameAttribute;

C++

typedef System::Json::Types::JsonNameAttribute JSONNameAttribute;

プロパティ

種類 可視性 ソース ユニット
class
typedef
public
REST.Json.Types.pas
REST.Json.Types.hpp
REST.Json.Types REST.Json.Types

説明

TCustomAttribute は、すべての Delphi 属性の基底クラスです。

REST.Json.Types.JSONNameAttribute は System.TCustomAttribute を継承しています。以下の内容はすべて System.TCustomAttribute を参照しています。

TCustomAttribute は、すべての Delphi 属性の基底クラスです。

TCustomAttribute の下位クラスを宣言すると、後で Delphi コードの属性として使用できます。属性とは、Delphi の任意の型またはメンバに注釈を付けることができる、特別な種類のクラスです。

関連項目

コード例