API:Datasnap.DSAuth.TRoleAuth

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.TCustomAttributeSystem.TObjectTRoleAuth

Delphi

TRoleAuth = class(TCustomAttribute)

C++

class PASCALIMPLEMENTATION TRoleAuth : public System::TCustomAttribute

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth Datasnap.DSAuth

Beschreibung

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

Datasnap.DSAuth.TRoleAuth 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