Class TForm1 (unit httpmain)

Inherits from

TForm

@/// TForm1 = class(TForm)

Constructors



Functions

procedure btn_doitClick(Sender: TObject);

@/// procedure TForm1.

Properties

Events

Variables

btn_doit : TButton;


chk_basic : TCheckBox;


chk_nocache : TCheckBox;


chk_proxy : TCheckBox;


edi_proxy : TEdit;


edi_url : TEdit;


edt_pass : TEdit;


edt_user : TEdit;


HTTP : T_HTTP;


lbl_password : TLabel;


lbl_proxy : TLabel;


lbl_url : TLabel;


lbl_user : TLabel;


Memo : TMemo;



Constructors


Functions


procedure btn_doitClick(Sender: TObject);

@/// procedure TForm1.btn_doitClick(Sender: TObject);


Properties


Events


Variables


btn_doit : TButton;


chk_basic : TCheckBox;


chk_nocache : TCheckBox;


chk_proxy : TCheckBox;


edi_proxy : TEdit;


edi_url : TEdit;


edt_pass : TEdit;


edt_user : TEdit;


HTTP : T_HTTP;


lbl_password : TLabel;


lbl_proxy : TLabel;


lbl_url : TLabel;


lbl_user : TLabel;


Memo : TMemo;