Difference between revisions of "Lcdnumber"

From Lianjapedia
Jump to: navigation, search
m (Yvonne.milne moved page Visage Application Framework - Lcdnumber to Lcdnumber without leaving a redirect)
Line 1: Line 1:
 +
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 +
 
====Properties====
 
====Properties====
  
Line 11: Line 13:
 
|Text
 
|Text
 
|RW
 
|RW
|string
+
|Character
|
+
|Object's value converted to text
 
|-
 
|-
 
|Value
 
|Value
 
|RW
 
|RW
|
+
|Numeric
|
+
|Current numeric value displayed
 
|-
 
|-
|Numdigits
+
|NumDigits
 
|RW
 
|RW
|
+
|Numeric
|
+
|Number of digits in display
 
|-
 
|-
 
|}
 
|}
Line 36: Line 38:
 
|-
 
|-
 
|Reset
 
|Reset
|
+
|None
|
+
|Reset value to 0
 
|-
 
|-
 
|}
 
|}

Revision as of 12:54, 3 January 2013

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common properties plus the following:

Property Access (R/RW) Value Description
Text RW Character Object's value converted to text
Value RW Numeric Current numeric value displayed
NumDigits RW Numeric Number of digits in display

Methods

This class supports the Common methods plus the following:

Method Args Description
Reset None Reset value to 0

Events

This class supports the Common events plus the following:

Event Args Description