DesktopListBox.InitialValue
From Xojo Documentation
Property (As String )
aDesktopListBox.InitialValue = newStringValue
or
StringValue = aDesktopListBox.InitialValue
New in 2021r3
Supported for all project types and targets.
or
StringValue = aDesktopListBox.InitialValue
New in 2021r3
Supported for all project types and targets.
A list of the default items separated by returns.
Notes
If the DesktopListBox has more than one column (ColumnCount > 1), separate column entries with Tabs within each row. If HasHeading is True, the first row of InitialValue is assumed to be the column headings -- unless the Heading array is also specified.