Difference between revisions of "Lcdnumber"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 +
 +
====Description====
 +
[[{{ns:file}}:lcd.png|link={{filepath:lcd.png}}|Lcdnumber]]
 +
 +
Lcdnumber is a numeric label control with LCD-like digits.
  
 
====Properties====
 
====Properties====

Revision as of 11:47, 29 March 2018

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

Description

Lcdnumber

Lcdnumber is a numeric label control with LCD-like digits.

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