Data grid
Table that presents data obtained from project nodes or from one or more database tables.
Properties
Name | BrowseName | DataType | Description |
---|---|---|---|
Query | Query | Standard SQL query to filter the data of interest. You can use it to filter data from a database and to filter data obtained from a node-based model. In case of a node-based model, the SELECT * FROM Model part is mandatory, followed by the WHERE clause with which to indicate the search conditions - for example: SELECT * FROM Model WHERE Speed > 40 | |
Auto refresh time | AutoRefreshTime | The Refresh method is invoked periodically with a waiting interval equal to the specified value (0 = auto refresh disabled). | |
Selected item | SelectedItem | Element selected when the object is initialized at runtime (if empty, it is initialized without selections). After initialization, this property displays the node corresponding to the selected element (access to the property is both read and write when the data are obtained from project nodes, read-only when obtained from a database). | |
Methods
Refresh
- BrowseName
- Refresh
Events
Selection changed
- BrowseName
Provide Feedback