Difference between revisions of "Field"

From Lianjapedia
Jump to: navigation, search
(Created page with "Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages. ====Properties==== This class supports the [[:Category:Commo...")
 
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
This class supports the [[:Category:Common_Properties|Common Properties]] plus the following:
 
This class supports the [[:Category:Common_Properties|Common Properties]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Property
 
!width="20%"|Property
 
!Access (R/RW)
 
!Access (R/RW)
 
!Value
 
!Value
 
!width="50%"|Description
 
!width="50%"|Description
 +
|-
 +
|Decimals
 +
|R
 +
|Numeric
 +
|Field decimal places
 +
|-
 +
|Description
 +
|R
 +
|Character
 +
|Field description
 +
|-
 +
|Name
 +
|R
 +
|Character
 +
|Field name
 +
|-
 +
|Type
 +
|R
 +
|Numeric
 +
|Field data type
 +
|-
 +
|Value
 +
|RW
 +
|Expr
 +
|Field value
 +
|-
 +
|Width
 +
|R
 +
|Numeric
 +
|Field width
 
|-
 
|-
 
|}
 
|}
Line 17: Line 47:
 
This class supports the [[:Category:Common_Methods|Common Methods]] plus the following:
 
This class supports the [[:Category:Common_Methods|Common Methods]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Method
 
!width="20%"|Method
 
!Args
 
!Args
Line 28: Line 58:
 
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
 
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
 
!width="20%"|Event
 
!width="20%"|Event
 
!Args
 
!Args

Latest revision as of 07:03, 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
Decimals R Numeric Field decimal places
Description R Character Field description
Name R Character Field name
Type R Numeric Field data type
Value RW Expr Field value
Width R Numeric Field width

Methods

This class supports the Common Methods plus the following:

Method Args Description

Events

This class supports the Common Events plus the following:

Event Args Description