Mach mal bitte ein neues Projekt und füge NUR das ins OnCreate ein:
Delphi-Quellcode:
with TEdit.Create(Self)
do
begin
Parent := Self;
ShowHint := True;
Hint := '
Wuppdi';
end;
Und guck mal, ob bei dem Edit ein Hint angezeigt wird.
Mfg
Edit: Du musst wahrscheinlich noch StdCtrls bei uses hinzufügen.