Difference between revisions of "Column"

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.
 +
 +
[[{{ns:file}}:grid_column.png|link={{filepath:grid_column.png}}|Grid, Column]]
  
 
====Properties====
 
====Properties====

Revision as of 10:55, 29 March 2018

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

Grid, Column

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 Return an object reference to the column's 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