DigitalTable class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | DigitalTable class |
Class ID | 61 |
Scope | Basic Development Environment |
Class Inheritance |
|
Class Children | This class has no children.
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The DigitalTable class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide DigitalTable Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
7494C000 | Value | Value of digital data control. | Read/Write | Yes |
7494C001 | Default Value | Gets or sets the default value of the digital table control. | Read/Write | Yes (Read Only) |
7494C002 | Size | Width and height in pixels of the digital data control. | Read/Write | Yes |
7494C003 | Size:Width | Width of the digital data control in pixels. | Read/Write | Yes |
7494C004 | Size:Height | Height of the digital data control in pixels. | Read/Write | Yes |
7494C005 | Vertical Scrollbar Visible | If TRUE, displays the vertical scroll bar. | Read/Write | Yes |
7494C006 | Horizontal Scrollbar Visible | If TRUE, displays the horizontal scroll bar. | Read/Write | Yes |
7494C007 | Transitions Visible | If TRUE, displays the transition values in the leftmost column as row headers. | Read/Write | Yes |
7494C008 | Signal Numbers Visible | If TRUE, displays the signal numbers in the top row as column headers. | Read/Write | Yes |
7494C009 | Format | Selects the format in which to display the data. | Read/Write | Yes |
7494C00A | Top Left Cell | 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. | Read/Write | Yes |
7494C00B | Old Edit Position | Read/Write | Yes | |
7494C00C | Selection Start | Index of the row and column pair that specifies the beginning of data selection (inclusive). | Read/Write | Yes |
7494C00D | Selection Size | Index of the row and column pair that specifies the number of rows and columns in the selection. | Read/Write | Yes |
7494C00E | Selection Color | Color to use to highlight the data selection. | Read/Write | Yes |
7494C012 | Active Cell:Active Cell | Sets the row and column of the active cell(s). | Read/Write | Yes |
7494C013 | Active Cell:Cell Foreground Color | Color of the text in the active cell in the control. | Read/Write | Yes |
7494C014 | Active Cell:Cell Background Color | Background color of the active cell in the control. | Read/Write | Yes |
7494C015 | Value (Signaling) | Sets the value of the control and generates a Value Change event. | Write Only | Yes |
7494C016 | Content Rect Position | The coordinate in pixels, relative to the origin of the owning pane, of the top-left position of the content rectangle of the digital data control. | Read Only | Yes |
7494C017 | Content Rect Position:Left | The coordinate in pixels, relative to the origin of the owning pane, of the left edge of the content rectangle of the digital data control. | Read Only | Yes |
7494C018 | Content Rect Position:Top | The coordinate in pixels, relative to the origin of the owning pane, of the top edge of the content rectangle of the digital data control. | Read Only | Yes |
7494C019 | Content Rect Bounds | The size in pixels of the content rectangle of the digital data control. | Read Only | Yes |
7494C01A | Content Rect Bounds:Width | The width in pixels of the content rectangle of the digital data control. | Read Only | Yes |
7494C01B | Content Rect Bounds:Height | The height in pixels of the content rectangle of the digital data control. | Read Only | Yes |
7494C01C | Active Cell:Cell Position | The coordinate in pixels, relative to the origin of the owning pane, of the top-left position of the active cell(s). | Read Only | Yes |
7494C01D | Active Cell:Cell Position:Left | The coordinate in pixels, relative to the origin of the owning pane, of the left edge of the active cell. | Read Only | Yes |
7494C01E | Active Cell:Cell Position:Top | The coordinate in pixels, relative to the origin of the owning pane, of the top edge of the active cell. | Read Only | Yes |
7494C01F | Cell Font | The font of all cells in the digital data control. Use this property to change the size, style, or color of the cell font. | Read/Write | Yes |
7494C020 | Cell Font:Name | The name of the font in all cells. Predefined font names include App Font , Sys Font , and Dlg Font . | Read/Write | Yes |
7494C021 | Cell Font:Size | The size of the font in all cells. | Read/Write | Yes |
7494C022 | Cell Font:Bold | Indicates whether the text in all cells is bold. | Read/Write | Yes |
7494C023 | Cell Font:Italic | Indicates whether the text in all cells is italic. | Read/Write | Yes |
7494C024 | Cell Font:Underline | Indicates whether the text in all cells is underlined. | Read/Write | Yes |
7494C025 | Cell Font:Strikeout | Indicates whether to strike out the text in all cells. | Read/Write | Yes |
7494C026 | Cell Font:Color | The text font color in all cells. | Read/Write | Yes |
7494C027 | Edit Position | The row-column pair index of the current text entry. Values of (0,0) indicate the top-left text entry. A value of –1 indicates the row headers. Values of (–2, –2) indicate that no edits are being made to the text of the control. | Read/Write | Yes |
Methods
Show/Hide DigitalTable Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
7494BC00 | Point to Row Column | Converts a pixel coordinate to a row-column pair in the coordinates of the control. This method also returns whether the point is inside the bounds of the content rectangle. | Yes (Read/Write) |
7494BC01 | Export Image | Exports an image of a digital data control or indicator to clipboard or disk. | Yes (Read/Write) |
7494BC02 | Export Image Color | Yes | |
7494BC03 | Export Data to Clipboard | Exports the table data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications. | Yes (Read/Write) |
7494BC04 | Export Data to Excel | Exports the table data to Excel. | Yes (Read/Write) |
Events
This class has no events or it inherits events from its parent: Control Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |