Difference between revisions of "PropertyListBox.GetLine"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 6: | Line 6: | ||
| parameters=index As Integer | | parameters=index As Integer | ||
| returntype=PropertyListLine | | returntype=PropertyListLine | ||
+ | | version=1.5.0 | ||
| platform=all | | platform=all | ||
}} | }} | ||
Line 11: | Line 12: | ||
− | Each row of the Listbox is stored as a PropertyListLine. In order to get or edit some properties for a given line, you can get that line by passing its index value. | + | Each row of the Listbox is stored as a PropertyListLine. In order to get or edit some properties for a given line, you can get that line by passing its ''index'' value. |
Revision as of 12:10, 24 November 2012
Method
PropertyListBox.GetLine ( index As Integer ) As PropertyListLine
Each row of the Listbox is stored as a PropertyListLine. In order to get or edit some properties for a given line, you can get that line by passing its index value.