Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi combobox string und integer wert... ? (https://www.delphipraxis.net/73805-combobox-string-und-integer-wert.html)

SirThornberry 24. Jul 2006 12:11

Re: combobox string und integer wert... ?
 
oder als direkter Cast:
Delphi-Quellcode:
showmessage(inttostr(Integer(CBPortale.Items.Objects[CBPortale.ItemIndex])));

agm65 24. Jul 2006 12:12

Re: combobox string und integer wert... ?
 
wollte ich grade posten:

Delphi-Quellcode:
i := (Integer(CBPortale.Items.Objects[CBPortale.ItemIndex]) );

danke jungs.. !! :cheers:


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:11 Uhr.
Seite 2 von 2     12   

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 by Thomas Breitkreuz