DELETESTRING |
Top Previous Next |
Syntax DELETESTRING(win as WINDOW,id as UINT,pos as INT) Description Removes a string from a combobox or listbox control. Remaining strings are moved up to fill the empty position. Parameters win - Window or dialog containing the control. id - Identifier of the control pos - Zero based position of the string. Return value None Remarks See Also: ADDSTRING Example usage DELETESTRING mydlg, 7, 0 |