API:Data.DBXJSONReflect.JSONMarshalled

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Data.DBXJSONReflect.JSONBooleanAttributeSystem.TCustomAttributeSystem.TObjectJSONMarshalled

Delphi

JSONMarshalled = class(JSONBooleanAttribute)

C++

class PASCALIMPLEMENTATION JSONMarshalled : public JSONBooleanAttribute

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect Data.DBXJSONReflect

Beschreibung


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

Data.DBXJSONReflect.JSONMarshalled 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