<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									TQTXComboBox - Language and dialect				            </title>
            <link>https://quartexdeveloper.com/community/language-and-dialect/tqtxcombobox/</link>
            <description>Quartex Pascal Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 15 Jul 2026 10:09:36 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: TQTXComboBox</title>
                        <link>https://quartexdeveloper.com/community/language-and-dialect/tqtxcombobox/#post-60</link>
                        <pubDate>Fri, 07 Apr 2023 10:26:18 +0000</pubDate>
                        <description><![CDATA[You are correct, I did not expose the SelectedIndex, which was a mistake on my part. I have added this to my list, so it will be there in the next update!
In the meantime, use this:

var ...]]></description>
                        <content:encoded><![CDATA[<p>You are correct, I did not expose the SelectedIndex, which was a mistake on my part. I have added this to my list, so it will be there in the next update!</p>
<p>In the meantime, use this:</p>
<blockquote>
<p>var cbIndex := TVariant.asInteger( FComboBox.Handle.selectedIndex );</p>
</blockquote>
<p>If you set that attribute to -1, it means "unselected", so if you want to force the user to pick one, just do:</p>
<blockquote>
<p>FComboxBox.Handle.selectedIndex := -1;</p>
</blockquote>
<p>Sorry that i somehow missed this!</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://quartexdeveloper.com/community/language-and-dialect/">Language and dialect</category>                        <dc:creator>Jon Lennart Aasenden</dc:creator>
                        <guid isPermaLink="true">https://quartexdeveloper.com/community/language-and-dialect/tqtxcombobox/#post-60</guid>
                    </item>
				                    <item>
                        <title>TQTXComboBox</title>
                        <link>https://quartexdeveloper.com/community/language-and-dialect/tqtxcombobox/#post-54</link>
                        <pubDate>Wed, 05 Apr 2023 19:36:30 +0000</pubDate>
                        <description><![CDATA[Does somebody know how to get the index of the Selected Item inside a Box? This is probably quite simple, but I miss the ItemIndex from a regular TCombobox.
 
Christian]]></description>
                        <content:encoded><![CDATA[<p>Does somebody know how to get the index of the Selected Item inside a Box? This is probably quite simple, but I miss the ItemIndex from a regular TCombobox.</p>
<p> </p>
<p>Christian</p>]]></content:encoded>
						                            <category domain="https://quartexdeveloper.com/community/language-and-dialect/">Language and dialect</category>                        <dc:creator>Hackbart</dc:creator>
                        <guid isPermaLink="true">https://quartexdeveloper.com/community/language-and-dialect/tqtxcombobox/#post-54</guid>
                    </item>
							        </channel>
        </rss>
		