API:Data.DBXJSONReflect.JSONOwned

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXJSONReflect.JSONBooleanAttributeSystem.TCustomAttributeSystem.TObjectJSONOwned
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: Data.DBXJSONReflect

Delphi

JSONOwned = class(JSONBooleanAttribute)

C++

class PASCALIMPLEMENTATION JSONOwned : public JSONBooleanAttribute

Description


TCustomAttribute is the base class for all Delphi attributes.

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