GuiComboBoxClear

From Multi Theft Auto: Wiki
Revision as of 18:28, 9 December 2010 by Remi-X (talk | contribs) (Syntax added. Example needed.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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