GuiGridListSetColumnTitle: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
===Required Arguments===
===Required Arguments===
*'''guiGridlist''': The grid list you want to change the column title from
*'''guiGridlist''': The grid list you want to change the column title from
*'''columnIndex''': Culimn ID
*'''columnIndex''': Column ID
*'''title''': The title of the column
*'''title''': The title of the column



Revision as of 20:15, 30 January 2013

This function is used to change the column title of a gridlist column.

Syntax

bool guiGridListSetColumnTitle( element guiGridlist, int columnIndex, string title )

Required Arguments

  • guiGridlist: The grid list you want to change the column title from
  • columnIndex: Column ID
  • title: The title of the column

Returns

Returns true if the new title was set, or false otherwise.

Requirements

This template will be deleted.

Example

-- Todo

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