System.JSON.Serializers.JsonObjectHandlingAttribute

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.TCustomAttributeSystem.TObjectJsonObjectHandlingAttribute

Delphi

JsonObjectHandlingAttribute = class(TCustomAttribute)

C++

class PASCALIMPLEMENTATION JsonObjectHandlingAttribute : public System::TCustomAttribute

Propriétés

Type Visibilité  Source Unité  Parent
class public
System.JSON.Serializers.pas
System.JSON.Serializers.hpp
System.JSON.Serializers System.JSON.Serializers

Description

TCustomAttribute est la classe de base pour tous les attributs Delphi.

System.JSON.Serializers.JsonObjectHandlingAttribute hérite de System.TCustomAttribute. Tout le contenu en-dessous de cette ligne se réfère à System.TCustomAttribute.

TCustomAttribute est la classe de base pour tous les attributs Delphi.

Déclarez des descendants de TCustomAttribute afin de les utiliser par la suite en tant qu'attributs dans du code Delphi. Un attribut est un type spécial de classe qui peut être annoté sur tout type ou membre de Delphi.

Voir aussi

Exemples de code