PropertyListBox.LoadingValueList

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 17:27, 9 October 2015 by Admin (Talk | contribs) (1 revision imported)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.