GuiGridListGetColumnTitle: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{client function}}
{{client function}}
{{Needs_Example}}
This function is used to get the column title of a gridlist column.
This function is used to get the column title of a gridlist column.



Revision as of 05:25, 5 May 2015

Accessories-text-editor.png Script Example Missing Function GuiGridListGetColumnTitle needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.

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