Indy 9
|
TIdFtpProxySettings = class(TPersistent)
property Host: String;
property Password: String;
property Port: Integer;
property ProxyType: TIdFtpProxyType;
property UserName: String;
procedure Assign(Source: TPersistent); override;
When Source is not an instance of TIdFtpProxySettings, Assign calls the inherited method using Source as an argument.