GuiGridListGetColumnTitle

From Multi Theft Auto: Wiki
Revision as of 20:10, 30 January 2013 by UniOnDennis (talk | contribs) (Created page with "{{client function}} This function is used to get the column title of a gridlist column. ==Syntax== <syntaxhighlight lang="lua"> string guiGridListGetColumnTitle( element guiGridlist, int colum...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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: Culimn ID

Returns

Returns a string containing the column title, or false otherwise.

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