Classe TProxyConnectionInfo

Unit

Declaração

type TProxyConnectionInfo = class(TPersistent)

Descrição

Hierarquia

Visão Geral

Campos

Protected FPassword: String;
Protected FServer: String;
Protected FUsername: String;
Protected FPort: Integer;

Métodos

Protected Procedure AssignTo(Destination : TPersistent); Override;
Protected Procedure SetProxyPort(Const Value : Integer);
Protected Procedure SetProxyServer(Const Value : String);
Public Procedure AfterConstruction; Override;
Public Constructor Create;
Public Procedure Clear;
Public Destructor Destroy; Override;

Propriedades

Published property ProxyPassword : String Read FPassword Write FPassword;
Published property ProxyPort : Integer Read FPort Write SetProxyPort;
Published property ProxyServer : String Read FServer Write SetProxyServer;
Published property ProxyUsername : String Read FUsername Write FUserName;

Descrição

Campos

Protected FPassword: String;
 
Protected FServer: String;
 
Protected FUsername: String;
 
Protected FPort: Integer;
 

Métodos

Protected Procedure AssignTo(Destination : TPersistent); Override;
 
Protected Procedure SetProxyPort(Const Value : Integer);
 
Protected Procedure SetProxyServer(Const Value : String);
 
Public Procedure AfterConstruction; Override;
 
Public Constructor Create;
 
Public Procedure Clear;
 
Public Destructor Destroy; Override;
 

Propriedades

Published property ProxyPassword : String Read FPassword Write FPassword;
 
Published property ProxyPort : Integer Read FPort Write SetProxyPort;
 
Published property ProxyServer : String Read FServer Write SetProxyServer;
 
Published property ProxyUsername : String Read FUsername Write FUserName;
 

Gerado por PasDoc 0.16.0.