Difference between revisions of "PropertyListLine.Numeric"

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 used for TypeEditable, TypeEditableList and TypeNormal lines.
 
Only used for TypeEditable, TypeEditableList and TypeNormal lines.
If True, when the Cell looses the focus, the value is processed to evaluate math expressions.
+
If True, when the Cell looses the focus, the [[PropertyListLine.Value|Value]] is processed to evaluate math expressions.

Latest revision as of 14:24, 6 August 2015

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


Only used for TypeEditable, TypeEditableList and TypeNormal lines. If True, when the Cell looses the focus, the Value is processed to evaluate math expressions.