AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Suchfunktion Ergebnis der Suchanfrage

Ergebnis der Suchanfrage


Datum des Suchindex: Heute, 00:02

Parameter dieser Suchanfrage:

Suche in Thema: Delphi and Text input
Suche alle Beiträge, die von "drama22" geschrieben wurden
• Suchmethode: "Suche nach allen Begriffen"
• Nach Datum (firstpost) sortiert
• Zeige Treffer als Beiträge
Zeige 4 von insges. 4 Treffern
Suche benötigte 0.001s

Es liegen Ergebnisse in folgenden Bereichen vor:

  • Forum: Multimedia

    AW: Delphi and Text input

     
      by drama22, 31. Okt 2014
    my delphi version is broken ? or the unit of System.StrUtils ?
  • Forum: Multimedia

    AW: Delphi and Text input

     
      by drama22, 31. Okt 2014
    here is full code

    procedure mainform.buttonclick(Sender: TObject);
    begin
    if Length(Trim(textinput.Text)) < 33 then
    begin
    Application.MessageBox('invalid Youtube link', 'Info!', mb_iconWarning);
    end else
    if not AnsiStartsStr('http://youtube.com', textinput.Text) then
    begin
  • Forum: Multimedia

    AW: Delphi and Text input

     
      by drama22, 31. Okt 2014
    i think about that but iam stuck with coding i try somthing like that

    if Length(Trim(textinput.Text)) < 33 then
    begin
    Application.MessageBox('Thats not youtube link', 'Info!', mb_iconWarning);
    end else
    if AnsiStartsStr('http://youtube.com', textinput.Text) then
    begin
    Application.MessageBox('Thats not youtube link', 'Info!', mb_iconWarning);
    end
  • Forum: Multimedia

    Delphi and Text input

     
      by drama22, 31. Okt 2014
    hi, regarding my previews post iam trying to submit youtube links to other form i done with every thing but one thing has left ,, i want to allow only youtube links to be sent like only youtube links can be submitted i try method to force the text input to have more than 33 chars like this


    begin
    if Length(Trim(Textinput.Text)) < 33 then
    begin
    Application.MessageBox('Thats not...


URL zu dieser Suchanfrage:

https://www.delphipraxis.net/dp_search.php?do=usersearch&search_username=drama22&search_exact_username=1&search_sortby=dateline&search_resulttype=post&search_matchmode=0&searchthreadid=182563
Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 00:22 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz