Registriert seit: 12. Jan 2013
88 Beiträge
|
AW: Delphi and Text input
31. Okt 2014, 23: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 ?
|
|
Zitat
|