TROLogin

Overview

TROLogin is used as a simple user name and password pair to perform Authentication and Login tasks. It is currently used in the TROWinInetHTTPChannel to setup Login and ProxyLogin properties that define the username and password that should be used to authenticate with the server or the proxy. TROLogin is handy to tune login parameters in design time with the Object Inspector and with certain tools in run time.

Location

  • Unit: uROWinInetHttpChannel.pas
  • Ancestry: TPersistent | TROLogin


Properties


Password

Contains the password if authentication is required.

property Password: string read write

Username

Contains the user name if authentication is required.

property Username: string read write

Instance Methods


Assign  override

Copies data from a given source.

procedure Assign(Source: TPersistent)

Parameters:

  • Source: Instance whose properties will be copied