API:Data.DBXJSONReflect.JSONReflect

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.TCustomAttributeSystem.TObject
JSONReflect

Delphi

JSONReflect = class(TCustomAttribute)

C++

class PASCALIMPLEMENTATION JSONReflect : public System::TCustomAttribute

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.JSONReflect 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 im Delphi-Code. Ein Attribut ist eine besondere Klassenart, die in Delphi als Annotation für einen Typ oder einen Member dienen kann.

Siehe auch

Übersetzungen