Difference between revisions of "Datetimetextbox"

From Lianjapedia
Jump to: navigation, search
Line 10: Line 10:
 
!Value
 
!Value
 
!width="50%"|Description
 
!width="50%"|Description
|-
 
|Text
 
|RW
 
|Character
 
|Character value of object
 
|-
 
|Value
 
|RW
 
|Datetime
 
|Datetime value of object
 
 
|-
 
|-
 
|Alignment
 
|Alignment
Line 25: Line 15:
 
|Numeric
 
|Numeric
 
|Alignment: 0 = left, 1 = right, 2 = center
 
|Alignment: 0 = left, 1 = right, 2 = center
 +
|-
 +
|MaximumDate
 +
|RW
 +
|Date
 +
|Calendar end date
 
|-
 
|-
 
|MinimumDate
 
|MinimumDate
Line 31: Line 26:
 
|Calendar start date
 
|Calendar start date
 
|-
 
|-
|MaximumDate
+
|Text
 
|RW
 
|RW
|Date
+
|Character
|Calendar end date
+
|Character value of object
 
|-
 
|-
 
|valign="top"|Validation
 
|valign="top"|Validation
Line 45: Line 40:
 
|valign="top"|Character
 
|valign="top"|Character
 
|valign="top"|Message displayed if validation returns False
 
|valign="top"|Message displayed if validation returns False
 +
|-
 +
|Value
 +
|RW
 +
|Datetime
 +
|Datetime value of object
 
|-
 
|-
 
|}
 
|}

Revision as of 07:00, 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
Alignment RW Numeric Alignment: 0 = left, 1 = right, 2 = center
MaximumDate RW Date Calendar end date
MinimumDate RW Date Calendar start date
Text RW Character Character value of object
Validation RW Character String containing boolean expression to validate data entry
ValidationErrorMessage RW Character Message displayed if validation returns False
Value RW Datetime Datetime value of object

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