REST.Backend.ServiceComponents.TCustomBackendAuth.LoginDialog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LoginDialog(out AUserName, APassword: string): Boolean; virtual;

C++

virtual bool __fastcall LoginDialog(/* out */ System::UnicodeString &AUserName, /* out */ System::UnicodeString &APassword);

Properties

Type Visibility Source Unit Parent
function protected
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TCustomBackendAuth

Description

Embarcadero Technologies does not currently have any additional information.