Einzelnen Beitrag anzeigen

drama22

Registriert seit: 12. Jan 2013
88 Beiträge
 
#8

AW: Delphi and Text input

  Alt 31. Okt 2014, 22:51
Sorry to hear that but I think your delphi is broken.

if this
Delphi-Quellcode:
if not AnsiStartsStr('http://youtube.com', textinput.Text) then
  begin
   Application.MessageBox('Thats not youtube link', 'Info!', mb_iconWarning);
  end;
and that
Delphi-Quellcode:
if AnsiStartsStr('http://youtube.com', textinput.Text) then
  begin
   Application.MessageBox('Thats not youtube link', 'Info!', mb_iconWarning);
  end;
Always shows the "Thats not youtube link" message, then your delphi must be broken.
my delphi version is broken ? or the unit of System.StrUtils ?
  Mit Zitat antworten Zitat