- 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
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.
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…
|
|
|
|