PropertyListBox.LoadFromXML

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 12:14, 24 November 2012 by RB WikiCreator (Talk)

Jump to: navigation, search
Method
PropertyListBox.LoadFromXML ( Str As String, keepValues As Boolean = False, AutoSetDefaultValues As Boolean = False ) As Boolean


This method is used to load a XML-definition to "populate" the Listbox. An example of XML definition is available in the Notes sections of the PropertyListBox.

Optional parameter keepValues. Default is False. If the Listbox already contained a data set, and the new data set is quite similar, you can try to keep the previous values with the keepValues property.