GuiComboBoxClear: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Syntax added. Example needed.)
(No difference)

Revision as of 18:28, 9 December 2010

This function removes all the items from a combobox.

Syntax

bool guiComboBoxClear ( element comboBox )

Required Arguments

  • comboBox: The combobox element to be cleared

Returns

Returns true if the combobox element is valid and has been cleared successfully, false otherwise.

Example

--Also this needs an example!

See Also

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows