Difference between revisions of "Column"

From Lianjapedia
Jump to: navigation, search
Line 10: Line 10:
 
!Value
 
!Value
 
!width="50%"|Description
 
!width="50%"|Description
 +
|-
 +
|BackColor
 +
|RW
 +
|Numeric or Character
 +
|Background color
 +
|-
 +
|Caption
 +
|RW
 +
|Character
 +
|Header caption text
 +
|-
 +
|ChoiceList
 +
|RW
 +
|Character
 +
|List of choices for data input
 +
|-
 +
|DatamappingGet
 +
|RW
 +
|Character
 +
|Expression to evaluate for custom data mapping when reading data
 +
|-
 +
|DatamappingSet
 +
|RW
 +
|Character
 +
|Expression to evaluate for custom data mapping when writing data
 +
|-
 +
|Default
 +
|RW
 +
|Character
 +
|Default value when adding new row
 +
|-
 +
|ForeColor
 +
|RW
 +
|Numeric or Character
 +
|Foreground color
 
|-
 
|-
 
|Header1
 
|Header1
Line 15: Line 50:
 
|Object
 
|Object
 
|Header object
 
|Header object
 +
|-
 +
|InputMask
 +
|RW
 +
|Character
 +
|Input mask for data entry
 +
|-
 +
|Readonly
 +
|RW
 +
|Boolean
 +
|Whether column is read only
 +
|-
 +
|Validation
 +
|RW
 +
|Character
 +
|Validation condition to evaluate for update
 +
|-
 +
|ValidationMessage
 +
|RW
 +
|Character
 +
|Message to display when Validation returns False
 +
|-
 +
|Width
 +
|RW
 +
|Numeric
 +
|Width in pixels
 
|-
 
|-
 
|}
 
|}

Revision as of 06:30, 1 July 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
BackColor RW Numeric or Character Background color
Caption RW Character Header caption text
ChoiceList RW Character List of choices for data input
DatamappingGet RW Character Expression to evaluate for custom data mapping when reading data
DatamappingSet RW Character Expression to evaluate for custom data mapping when writing data
Default RW Character Default value when adding new row
ForeColor RW Numeric or Character Foreground color
Header1 R Object Header object
InputMask RW Character Input mask for data entry
Readonly RW Boolean Whether column is read only
Validation RW Character Validation condition to evaluate for update
ValidationMessage RW Character Message to display when Validation returns False
Width RW Numeric Width in pixels

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