Difference between revisions of "PropertyListBox.ValuesForHeader"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 6: Line 6:
 
| parameters=HeaderName As String, onlyVisible As Boolean = False
 
| parameters=HeaderName As String, onlyVisible As Boolean = False
 
| returntype=Dictionary
 
| returntype=Dictionary
 +
| version=1.5.0
 
| platform=all
 
| platform=all
 
}}
 
}}
Line 11: Line 12:
  
  
You might need to get all values and property names for a given header. Pass the Header name and you will get a dictionary containing all property names with their respective values.
+
You might need to get all values and property names for a given header. Pass the Header name and you will get a dictionary containing all property names with their respective values.
 +
Some lines in the header might be hidden. If you do not want to get those values too, set “onlyVisible” to True.

Revision as of 13:10, 24 November 2012

Method
PropertyListBox.ValuesForHeader ( HeaderName As String, onlyVisible As Boolean = False ) As Dictionary


You might need to get all values and property names for a given header. Pass the Header name and you will get a dictionary containing all property names with their respective values. Some lines in the header might be hidden. If you do not want to get those values too, set “onlyVisible” to True.