Create a button that adds random data
Create a button that triggers the generation of random strings that populate the filterable list box.
- Create a button:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the button, select , and enterGenerateRandomStringsButton.
- Configure the button:
- InProperties, setTexttoGenerate Random Data.
- Next toMouseClick event, select and select .
- Next toMouseClick event, select and select .
Provide Feedback