Difference between revisions of "PropertyListBox.LastValue"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (1 revision imported)
 
(11 intermediate revisions by 2 users not shown)
Line 10: Line 10:
  
  
When a CellValueChanged event is fired, this property contains the value that was previously stored in the Cell.
+
When a [[PropertyListBox.CellValueChanged|CellValueChanged]] event is fired, this property contains the value that was previously stored in the Cell.
 
Only for TypeList and TypeEditableList rows.
 
Only for TypeList and TypeEditableList rows.

Latest revision as of 18:27, 9 October 2015

Property (As String)
aPropertyListBox.LastValue = newValue
or
StringValue = aPropertyListBox.LastValue


When a CellValueChanged event is fired, this property contains the value that was previously stored in the Cell. Only for TypeList and TypeEditableList rows.