DigitalTable class/Top Left Cell property: Difference between revisions
Appearance
Added new property page. |
m Category reorg |
||
| Line 54: | Line 54: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Property]] | |||
Latest revision as of 13:26, 7 May 2020
| VI Server Property Information | |
|---|---|
| Property ID | 7494C00A |
| Scope | Basic Development Environment |
| Data Name | TopLeft |
| Short Name* | TopLeft |
| Long Name* | Top Left Cell |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 61 |
| Owning Class Name | DigitalTable Class |
| Data Type | Numeric Cluster TypeDef data type |
| Property Node | |
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes |
| Loads the block diagram into memory | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Permissions | Read/Write |
| Remote access allowed | Yes |
| Settable when the VI is running | Yes |
The row and column of the cell displayed in the top left corner of the table. Use this property to read or change the top item, or use it to read or change the leftmost column of information displayed.
This property returns the row and column of the cell at the top left corner of the visible table window, which is not necessarily the top left item of the table. To access the top left item, wire a value of (0,0) to the Active Cell property.
| Name | Description |
|---|---|
| Row | The row index of the cell displayed in the top left corner of the table. |
| Column | The column index of the cell displayed in the top left corner of the table. |
Uses
| |
Specific use cases for this property. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |