![]() |
AW: variable zahl eintäge in tlistbox oder advsmoothlistbox
sry aber was sind delphi tags und was sind code tags
|
AW: variable zahl eintäge in tlistbox oder advsmoothlistbox
Hi,
[delphi][/delphi] sind die Delphi-Tags. Das bewirkt die schöne Darstellung des Codes im Beitrag - kann auch über das Delphi-Symbol im Editor eingefügt werden. LG, Frederic |
AW: variable zahl eintäge in tlistbox oder advsmoothlistbox
ahhh Ok bin neu hier im forum
Delphi-Quellcode:
So oder ?
|
AW: variable zahl eintäge in tlistbox oder advsmoothlistbox
Hi,
kein Problem - ja, genau so. LG, Frederic |
AW: variable zahl eintäge in tlistbox oder advsmoothlistbox
Aber eine sache hab ich noch selbes programm anderer punkt soll ich ein neues thema machen oder nicht
weil das programm ist ja ein Geburtstags errinerer und da mus man ja logischer weise den tag des geburtstags eintragen ich hab das nur halb hingekriegt also es geht aber nur1 mal also kann ich den 28.11.2010 eintragen aber am 28.11.2011 wird er mich nicht errinern
Delphi-Quellcode:
und die tage bis zu dem im datepicker angegeben tag berechnet er mit
var
jahr, monat, tag: Word; begin DecodeDate(Date, jahr, monat, tag); DatePicker.Date := Date; DatePicker.Calendar.MinDate := Date; DatePicker.Calendar.MaxDate := Date + 365;
Delphi-Quellcode:
AdvSmoothListBox1.Items[i].Notes := inttostr
(DaysBetween(strtodate(AdvSmoothListBox1.Items[i].Info), now)) + ' Tage noch'; |
AW: variable zahl eintäge in tlistbox oder advsmoothlistbox
Hi,
mach am Besten eine neue Frage auf - das erhöht die Übersichtlichkeit. LG, Frederic |
AW: variable zahl eintäge in tlistbox oder advsmoothlistbox
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 21:16 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz