System.JSON.Serializers.JsonObjectHandlingAttribute

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.TCustomAttributeSystem.TObjectJsonObjectHandlingAttribute

Delphi

JsonObjectHandlingAttribute = class(TCustomAttribute)

C++

class PASCALIMPLEMENTATION JsonObjectHandlingAttribute : public System::TCustomAttribute

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.JSON.Serializers.pas
System.JSON.Serializers.hpp
System.JSON.Serializers System.JSON.Serializers

Beschreibung

TCustomAttribute ist die Basisklasse für alle Delphi-Attribute.

System.JSON.Serializers.JsonObjectHandlingAttribute erbt von System.TCustomAttribute. Der folgende Inhalt bezieht sich auf System.TCustomAttribute.

TCustomAttribute ist die Basisklasse für alle Delphi-Attribute.


Deklarieren Sie Nachkommen von TCustomAttribute zur späteren Verwendung als Attribute in Delphi-Code. Ein Attribut ist eine besondere Klassenart, die in Delphi als Annotation für einen Typ oder einen Member dienen kann.

Siehe auch

Codebeispiele