EMS.ResourceTypes.EndPointProduceAttribute

From RAD Studio API Documentation

EndPointProduceAttributeEMS.ResourceTypes.TEndpointCustomAttributeSystem.TCustomAttributeSystem.TObject

Delphi

EndPointProduceAttribute = class(TEndpointCustomAttribute)

C++

class PASCALIMPLEMENTATION EndPointProduceAttribute : public TEndpointCustomAttribute

Properties

Type Visibility Source Unit Parent
class public
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes EMS.ResourceTypes

Description

TCustomAttribute is the base class for all Delphi attributes. EMS.ResourceTypes.EndPointProduceAttribute 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