Wrapper function for displaying a dialog with a listbox control
function InputList(const ACaption: TJSString; const APrompt: TJSString; var AItemIndex: Integer; AItems: TJSStrings): Boolean; overload;
JSEditDialogs
This function displays a dialog with a caption and a listbox control. The caption is displayed above the edit control. The function returns True if the OK button was clicked when the dialog was displayed. The selected items index is returned in the AItemIndex parameter.
Copyright © 2013 by LMD Innovative. All rights reserved.
|
What do you think about this topic? Send feedback!
|