API:REST.JsonReflect.JsonReflectAttribute

Delphi
JsonReflectAttribute = class(TCustomAttribute)
C++
class PASCALIMPLEMENTATION JsonReflectAttribute : public System::TCustomAttribute
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | REST.JsonReflect |
Description
TCustomAttribute is the base class for all Delphi attributes. {{#multireplace:REST.JsonReflect.JsonReflectAttribute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.TCustomAttribute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.TCustomAttribute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.