Difference between revisions of "PropertyListLine.ColorNegativeNum"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 10: Line 10:
  
  
If True and the [[PropertyListLine.Value|Value]] of the line is negative (smaller than 0), the value will be displayed in red.
+
If True and the [[PropertyListLine.Value|Value]] of the line is negative (smaller than 0), the [[PropertyListLine.Value|Value]] will be displayed in red.

Revision as of 13:14, 24 November 2012

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


If True and the Value of the line is negative (smaller than 0), the Value will be displayed in red.