Thema: Delphi IdIPWatch

Einzelnen Beitrag anzeigen

Benutzerbild von toms
toms
(CodeLib-Manager)

Registriert seit: 10. Jun 2002
4.648 Beiträge
 
Delphi XE Professional
 
#5

Re: IdIPWatch

  Alt 29. Nov 2008, 22:41
Zitat von Xster:
wie mache ich das ich brauche sie ganz dringend auf meinem Formular

bitte helft mir
Warum dringend auf dem Formular?

Dynamisch erzeugen:

Delphi-Quellcode:
var
  IdIPWatch1: TIdIPWatch;

  IdIPWatch1 := TIdIPWatch.Create(Self);
  with IdIPWatch1 do
  begin
    Name := 'IdIPWatch1';
    Active := False;
  end;
Thomas
  Mit Zitat antworten Zitat