Datasnap.DSClientRest.TDSCustomRestConnection.LoginPrompt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LoginPrompt: Boolean read GetLoginPrompt write SetLoginPrompt default True;

C++

__property bool LoginPrompt = {read=GetLoginPrompt, write=SetLoginPrompt, default=1};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Specifies whether the system prompts for user login or not.

The LoginPrompt property is of Boolean type and it specifies whether the system prompts for user login while performing a login to a REST server.

See Also