System.JSON.Serializers.JsonNameAttribute

提供: RAD Studio API Documentation
2021年12月1日 (水) 19:29時点におけるBuildBot (トーク | 投稿記録)による版 (ページの作成:「{{#lst:API:System.JSON.Serializers.JsonNameAttribute|api}} ==説明== {{#lsth:API:System.JSON.Serializers.JsonNameAttribute|説明}}」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

System.TCustomAttributeSystem.TObjectJsonNameAttribute

Delphi

JsonNameAttribute = System.JSON.Types.JsonNameAttribute;

プロパティ

種類 可視性 ソース ユニット
class public System.JSON.Serializers.pas System.JSON.Serializers System.JSON.Serializers

説明

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

System.JSON.Serializers.JsonNameAttribute は System.TCustomAttribute を継承しています。以下の内容はすべて System.TCustomAttribute を参照しています。

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

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

関連項目

コード例