Registriert seit: 25. Nov 2005
Ort: München
1.909 Beiträge
Delphi 2010 Professional
|
Re: Onhalt eines Enumerations Datentyps auflisten
8. Mär 2006, 16:29
Zitat von sakura:
Zitat von Luckie:
Hmpf. Und ich habe es mir jetzt so zurecht gebaut
Ist essentiell das Gleiche Allerdings mag ich die Enumerations etwas mehr, weil diese einfacher zu lesen sind.
Jupp, Enums in .Net (also Typ.Konstante Notation) sind eine wirklich hübsche Sache.
@Luckie
Warum nich...
Code:
comboBox.DataSource = Enum.GetValues(typeof(Currency));
...?
Enum.ToString() gibt ja das Label wieder. Simple list DataBinding geht per default auf ToString. So what?
Robert Giesecke I’m a great believer in “Occam’s Razor,” the principle which says:
“If you say something complicated, I’ll slit your throat.”
|