Zitat von
Poring:
Unter
Unit steht IdSmpt, dass stimmt. Nenne ich jedoch beim ButtonClick IdSmpt zu IdSmpt1 bekomme ich die meldung: Undefinierter Bezeichner 'IdSmtp1'.
Muss ich IdSmpt vorher noch deklarieren? Und wenn ja, wie?
Mfg
Hallo,
Deine TypDeklaration sollte dann auch idsmtp1 beinhalten.
Delphi-Quellcode:
type
TForm1 = class(TForm)
IdSMTP1: TIdSMTP;
private
{ Private declarations }
public
{ Public declarations }
end;
Den Namen änderst Du am besten im ObjectInspector.
Grüße
Klaus