|
|
|
|
- Overview
- Attribute column: Store a value that will not be displayed
- Creating a column of type Attribute to store a value
- Manipulating the Attribute column programmatically
- Attribute column: Associating an attribute to a control (container column)
- Creating a column of type Attribute associated with a control
- Manipulating the Attribute column associated with a control programmatically
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls. This type of column is used to: - store a value that will not be displayed in the Table control.
simplify the use and programming of Container columns, by allowing you to associate an attribute to a control of the container column.
Attribute column: Store a value that will not be displayed Creating a column of type Attribute to store a value To create a column of type Attribute in a Table control: - If necessary, create a Table control (based on a data file, populated programmatically or based on a variable).
- Create an Attribute column (via the description window or context menu of the Table control).
- If necessary, validate the control description window.
- The Attribute column does not appear in the Table control in the editor. The column is hidden by default and can only be manipulated programmatically.
Remarks: - The Attribute column must not be associated with a control.
- Attribute columns are available for Table controls (based on a data file, populated programmatically or based on a variable) and TreeView Table controls,
Manipulating the Attribute column programmatically Attribute columns can be manipulated programmatically like other column types. The column and its value will never be displayed in the control. It can be manipulated directly, using the following syntax:
<Column_name>[Row_number}
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|