Datasnap.DSHTTPClient.TDSHTTP.IRequest.GetPassword

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: IRequest

Delphi

function GetPassword: string;

C++

virtual System::UnicodeString __fastcall GetPassword() = 0 ;

Description

Gets the password for the HTTP request.

GetPassword returns the password that is used for the establishment of the credentials in the authentication process.

See Also