Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetAuthPassword
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Datasnap.DSHTTPWebBroker.pas Datasnap.DSHTTPWebBroker.hpp
| |
| Unit: Datasnap.DSHTTPWebBroker | |
| Parent: TDSHTTPRequestWebBroker | |
Delphi
function GetAuthPassword: string; override;
C++
virtual System::UnicodeString __fastcall GetAuthPassword();
Description
Returns the value of the AuthPassword property.
Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetAuthPassword inherits from Datasnap.DSHTTPCommon.TDSHTTPRequest.GetAuthPassword. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPRequest.GetAuthPassword.
Returns the value of the AuthPassword property.
The GetAuthPassword method is the read implementation of the AuthPassword property.