API:System.Classes.ComponentPlatformsAttribute

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.TCustomAttributeSystem.TObjectComponentPlatformsAttribute

Delphi

ComponentPlatformsAttribute = class(TCustomAttribute)

C++

class PASCALIMPLEMENTATION ComponentPlatformsAttribute : public System::TCustomAttribute

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Beschreibung

TCustomAttribute ist die Basisklasse für alle Delphi-Attribute.

System.Classes.ComponentPlatformsAttribute erbt von System.TCustomAttribute. Der folgende Inhalt bezieht sich auf System.TCustomAttribute.

TCustomAttribute ist die Basisklasse für alle Delphi-Attribute.


Deklarieren Sie Nachkommen von TCustomAttribute zur späteren Verwendung als Attribute in Delphi-Code. Ein Attribut ist eine besondere Klassenart, die in Delphi als Annotation für einen Typ oder einen Member dienen kann.

Siehe auch

Codebeispiele