Difference between revisions of "PropertyListLine.dynamicList"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (6 revisions imported)
 
(4 intermediate revisions by 2 users not shown)
Line 11: Line 11:
  
 
Only for TypeList and TypeEditableList lines.
 
Only for TypeList and TypeEditableList lines.
If True, each time the list should be displayed, it is refreshed in the PropertyListBox LoadingValueList Event.
+
If True, each time the list should be displayed, it is refreshed in the [[PropertyListBox]] LoadingValueList Event.

Latest revision as of 14:24, 6 August 2015

Property (As Boolean)
aPropertyListLine.dynamicList = newValue
or
BooleanValue = aPropertyListLine.dynamicList


Only for TypeList and TypeEditableList lines. If True, each time the list should be displayed, it is refreshed in the PropertyListBox LoadingValueList Event.