Wrapper function for displaying a dialog with a combobox control
function InputListEx(const ACaption: TJSString; const APrompt: TJSString; var AValue: TJSString; AItems: TJSStrings; ACaptionPosition: TJSCaptionPosition = cpTop): Boolean; overload;
JSEditDialogs
This function displays a dialog with a caption and a combobox 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 item from the combobox is returned in the AValue parameter. The caption is displayed according to the value set in the ACaptionPosition parameter.
Copyright © 2013 by LMD Innovative. All rights reserved.
|
What do you think about this topic? Send feedback!
|