Difference between revisions of "Lcdnumber"

From Lianjapedia
Jump to: navigation, search
Line 10: Line 10:
 
!Value
 
!Value
 
!width="50%"|Description
 
!width="50%"|Description
 +
|-
 +
|NumDigits
 +
|RW
 +
|Numeric
 +
|Number of digits in display
 
|-
 
|-
 
|Text
 
|Text
Line 20: Line 25:
 
|Numeric
 
|Numeric
 
|Current numeric value displayed
 
|Current numeric value displayed
|-
 
|NumDigits
 
|RW
 
|Numeric
 
|Number of digits in display
 
 
|-
 
|-
 
|}
 
|}

Revision as of 10:28, 30 April 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
NumDigits RW Numeric Number of digits in display
Text RW Character Object's value converted to text
Value RW Numeric Current numeric value displayed

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