GuiGridListGetColumnTitle: Difference between revisions

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


===Returns===
===Returns===

Revision as of 20:15, 30 January 2013

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

Syntax

string guiGridListGetColumnTitle( element guiGridlist, int columnIndex )

Required Arguments

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

Returns

Returns a string containing the column title, 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