REST.Json.Types.JSONNameAttribute
Delphi
JSONNameAttribute = class(TCustomAttribute)
C++
class PASCALIMPLEMENTATION JSONNameAttribute : public System::TCustomAttribute
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | REST.Json.Types.pas REST.Json.Types.hpp |
REST.Json.Types | REST.Json.Types |
Description
TCustomAttribute is the base class for all Delphi attributes.
REST.Json.Types.JSONNameAttribute 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.