D-Link DSL-G684T Manuel d'utilisateur Page 115

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 118
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 114
115
serv := 0;
rst := 0;
command_ok := 0;
// checking if file exists
if not FileExists(ExtractFilePath(Application.ExeName) +
'setup.ini') then
begin
INI :=
TINIFile.Create(ExtractFilePath(Application.ExeName) +
'setup.ini');
try
INI.WriteString('Main', 'login', '');
INI.WriteString('Main', 'password', '');
INI.WriteString('Main', 'ip', '');
INI.WriteString('Main','optpswd','');
finally
INI.Free;
end;
end;
end;
procedure TForm1.IdTelnet1Connected(Sender: TObject);
begin
label10.Caption := 'Connected!';
button2.Enabled := true;
button3.Enabled := true;
Connected2.Caption := 'Connected!';
end;
procedure TForm1.IdTelnet1DataAvailable(Sender: TIdTelnet;
const Buffer: string);
begin
memo2.Lines.Add(Buffer);
Vue de la page 114
1 2 ... 110 111 112 113 114 115 116 117 118

Commentaires sur ces manuels

Pas de commentaire