lnbGetColumnsPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "lnbsetColumnsPos" to "lnbSetColumnsPos")
(description & syntax)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns the columns position in 2D listbox. |= Description
| Returns the index of the selected item of the given listbox or combobox. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''lnbGetColumnsPosition''' idc |= Syntax
| [[lnbGetColumnsPosition]] _ctrl |= Syntax


|p1= idc: [[Number]] - |= PARAMETER1  
|p1= _ctrl: [[Control]]  |= PARAMETER1  
 
|p2= |= PARAMETER2
 
|p3= |= PARAMETER3


| [[Array]] |= RETURNVALUE  
| [[Array]] |= RETURNVALUE  




|x1= <code>{{Example needed}}</code>|= Example 1
|x1= <code>[[lnbGetColumnsPosition]] _ctrl;</code>|= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 33: Line 29:
<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 14:29, 9 September 2014

Hover & click on the images for description

Description

Description:
Returns the index of the selected item of the given listbox or combobox.
Groups:
Uncategorised

Syntax

Syntax:
lnbGetColumnsPosition _ctrl
Parameters:
_ctrl: Control
Return Value:
Array

Examples

Example 1:
lnbGetColumnsPosition _ctrl;

Additional Information

See also:
lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section