Datasnap.DSAuth.TRoleAuth.IsDesignTime

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsDesignTime: Boolean read FIsDesignTime;

C++

__property bool IsDesignTime = {read=FIsDesignTime, nodefault};

Eigenschaften

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

Beschreibung

Gibt True zurück, wenn TRoleAuth ohne Hilfe eines Attributs im Code definiert wurde.

IsDesignTime gibt True zurück, wenn die TRoleAuth-Instanz aus den Informationen in TDSCustomAuthenticationManager.Roles anstelle aus einem Attribut im Code erstellt wurde.