Difference between revisions of "PropertyListLine.Numeric"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
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.

Revision as of 13:14, 24 November 2012

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.