Datasnap.DSClientRest.TDSRestConnection.LoginPrompt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LoginPrompt: Boolean read GetLoginPrompt write SetLoginPrompt default 1;

C++

__property LoginPrompt = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Description

Specifies whether the system prompts for user login or not.

Datasnap.DSClientRest.TDSRestConnection.LoginPrompt inherits from Datasnap.DSClientRest.TDSCustomRestConnection.LoginPrompt. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.LoginPrompt.

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