API:EMS.ResourceTypes.TResourceCustomAttribute

From RAD Studio API Documentation
Jump to: navigation, search

System.TCustomAttributeSystem.TObjectTResourceCustomAttribute
[–] Properties
Type: class
Visibility: public
Source:
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
Unit: EMS.ResourceTypes
Parent: EMS.ResourceTypes

Delphi

TResourceCustomAttribute = class(TCustomAttribute);

C++

class PASCALIMPLEMENTATION TResourceCustomAttribute : public System::TCustomAttribute

Description

TCustomAttribute is the base class for all Delphi attributes.

EMS.ResourceTypes.TResourceCustomAttribute 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