| Search Locate Previous Next | Contents |
Description
Provides a scrolling matrix edit for cellular text data. Rows may be added, deleted and moved using right-mouse menus on the row titles.
Use the standard Grid property specifications to set the detailed look of your data, for example set the reference to:
Coltitles=Id,Name,Dept CellWidths=72 300 144 Titlewidth=48
Class Property Table
| Name | Type | Default | Description |
| Hint | String | ||
| Style | ManyOf | ||
| Values | User | Text matrix | |
| CurrCell | User | Location of cell (two-element int vec) | |
| Specification | Runtime | Grid Specification | |
| Column Titles | Runtime | Text vector of column headers | |
| Row Labels | Runtime | Text Vector to label rows | |
| Row Ops | ManyOf | ICDM+ | Row Menu options |
| Col Ops | ManyOf | FS | Column menu options |
| Cnr Ops | ManyOf | UGR | Corner menu options |
Class-specific Events
| PC | Post Create |
| HR | Help Request |
| GDC | Grid DoubleClick |
Class-specific Functions
| Move | Shift current cell |
| Info | Return (offset)(index) |
| RowOps | Set new row operations |
| WideCols | Nominate Soakaway columns |
| SetBcol | Set Cell Background |
| SetFcol | Cell Foreground |
| Append | Append row |
| SetAction | Set Select handler function on buttons |
| SetItems | Update dropdown list in-place |
| GetItems | Query current dropdown list |