System.TCustomAttribute

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.TObjectTCustomAttribute

Delphi

TCustomAttribute = class(TObject)

C++

class PASCALIMPLEMENTATION TCustomAttribute : public TObject

Propriétés

Type Visibilité  Source Unité  Parent
class public
System.pas
systobj.h
System System


Description

TCustomAttribute est la classe de base pour tous les attributs Delphi.

Déclarez des descendants de TCustomAttribute afin de les utiliser par la suite en tant qu'attributs dans du code Delphi. Un attribut est un type spécial de classe qui peut être annoté sur tout type ou membre de Delphi.

Voir aussi

Exemples de code