Questions tagged as 'listbox'

1
answer

How to use TopIndex in Delphi FMX?

Greetings. In Delphi VCL the ListBox has the TopIndex property. And in Delphi FMX how to use this? Thanks in advance.     
asked by 23.07.2018 / 15:53
1
answer

How do I get the listbox to be sorted in ascending order?

Hello My C # project has a listbox that lists numbers entered by the user. What I want to do is to constantly update these numbers in the listbox. I tried to use the Sorted tool, but what happens is: link In print: I entered with the...
asked by 24.03.2018 / 01:39
1
answer

I can not delete the selected sqlite database record in the listbox

After formatting the record in the listbox ('{} Mobile: {}'. format, I can no longer delete the records from the Database. lista = self.cur.execute("SELECT * FROM lista") for nome, celular in lista: self.listbox.insert(END, '{}...
asked by 01.02.2018 / 14:08
1
answer

USERFORM: Move ListBox item up or down

I have a ListBox on a UserForm that reflects a list of the display order of items in a Dashboard. I want the user to be free to change the order of these items by moving them down or up in the ListBox, as shown in the figure: Is there a...
asked by 08.04.2017 / 14:40
1
answer

Check if an item in a ListBox has been selected

I have a ListBox1 q list of a ChckBox1 checkbox in a UserForm. I want to enable or disable the checkbox ( CheckBox1.Enabled = True/False if any items in the list are selected. The checkbox is disabled initially, but if so...
asked by 27.04.2017 / 22:11