Data.DBXJSONReflect.JSONBooleanAttribute

Aus RAD Studio API Documentation

JSONBooleanAttributeSystem.TCustomAttributeSystem.TObject

Delphi

JSONBooleanAttribute = class(TCustomAttribute)

C++

class PASCALIMPLEMENTATION JSONBooleanAttribute : 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. {{#multireplace:Data.DBXJSONReflect.JSONBooleanAttribute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:System.TCustomAttribute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:System.TCustomAttribute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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