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;