Difference between revisions of "PropertyListBox.LoadingValueList"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision imported)
 
(No difference)

Latest revision as of 18:27, 9 October 2015

Event
PropertyListBox.LoadingValueList ( ValueName As String ) As String()


The list of AutoComplete or ContextualMenu items need to be loaded. This enables having dynamic lists depending on the contents of the PropertyListBox or any other parameter from your App. Return an Array of Strings. In older versions of REALbasic (prior to 2009), the PropertyListBox might crash if you do not return an empty array instead of returning Nil.