Datasnap.DSAuth.TRoleAuth.IsDesignTime

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: TRoleAuth

Delphi

property IsDesignTime: Boolean read FIsDesignTime;

C++

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

Description

Returns True if the TRoleAuth was defined without using an attribute in code.

IsDesignTime returns True if the TRoleAuth instance was built from information in TDSCustomAuthenticationManager.Roles instead of from an attribute in code.