API:Data.DBXJSONReflect.JSONMarshalled

From RAD Studio API Documentation

JSONMarshalledData.DBXJSONReflect.JSONBooleanAttributeSystem.TCustomAttributeSystem.TObject

Delphi

JSONMarshalled = class(JSONBooleanAttribute)

C++

class PASCALIMPLEMENTATION JSONMarshalled : public JSONBooleanAttribute

Properties

Type Visibility Source Unit Parent
class public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect Data.DBXJSONReflect

Description

TCustomAttribute is the base class for all Delphi attributes. Data.DBXJSONReflect.JSONMarshalled inherits from System.TCustomAttribute. All content below this line refers to System.TCustomAttribute.

TCustomAttribute is the base class for all Delphi attributes.

Declare descendants of TCustomAttribute to later use them as attributes in Delphi code. An attribute is a special kind of class that can be annotated to any type or member in Delphi.

See Also

Code Examples