Datasnap.DSAuth.TRoleAuth.IsDesignTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsDesignTime: Boolean read FIsDesignTime;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TRoleAuth

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.