Extensions Reference
Extensions Reference > exDialogs
dlgListPromptReset
void dlgListPromptReset();
Resets the list prompt dialog settings
The DLGLISTPROMPTRESET function resets the list prompt dialog data and prepares it for reuse. List prompt dialogs retain their data after use to allow retrieval of strings and items. It is essential to call this function before adding strings for a new list prompt dialog, otherwise strings from previous usage will appear.
Parameters
None
Return Value
None
Example Code
// Get ready to display the list prompt dialog
dlgListPromptReset();