Datasnap.DSHTTPCommon.TDSHTTPRequest.GetAuthPassword
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
Unit: Datasnap.DSHTTPCommon | |
Parent: TDSHTTPRequest |
Delphi
function GetAuthPassword: string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall GetAuthPassword() = 0 ;
Description
Returns the value of the AuthPassword property.
The GetAuthPassword method is the read implementation of the AuthPassword property.