|
|
| (3 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| {{VIServerClass|name=Table|id=13|scope=basic|class_0=Generic|class_1=GObject|class_2=Control|class_3=Table}} | | {{VIServerClass|13}} |
|
| |
|
| {{stub}} | | {{stub}} |
| Line 7: |
Line 7: |
| {{TOCright}} | | {{TOCright}} |
|
| |
|
| ==Properties==
| | <!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates--> |
| <span class="mw-customtoggle-propertiestable">Show/Hide Table Properties Table</span>
| | {{VIServerClassTables|13}} |
| <div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
| |
| {{VIServerLegend|showrw=TRUE|showrte=TRUE}}
| |
| {| class="wikitable sortable"
| |
| |+ Table Properties Table
| |
| ! Property ID | |
| ! Short Name (English)
| |
| ! Description
| |
| ! R/W
| |
| ! RTE
| |
| |- style="background-color:#FFFFCC;"
| |
| |633800F
| |
| | [[Table class/ActiveCell property|ActiveCell]]
| |
| |Sets the row and column of the active cell(s).
| |
| | |
| {| class="wikitable"
| |
| |+ scope="col" style="text-align:left;"|Elements:
| |
| ! scope="col" style="text-align:left;"| Name
| |
| ! scope="col" style="text-align:left;"| Description
| |
| |- style="vertical-align:top;"
| |
| ! scope="row" style="text-align:left;"|Row
| |
| |Sets the row(s) of the active cell(s). Possible values are 0…n, where n is the total number of rows - 1. Enter –2 to select all rows.
| |
| |- style="vertical-align:top;"
| |
| ! scope="row" style="text-align:left;"|Column
| |
| |Sets the column(s) of the active cell(s). Possible values are 0…m, where m is the total number of columns - 1. Enter –2 to select all columns. Enter –1 to select the column header.
| |
| |}
| |
| The following table lists example values for this property.
| |
| {| class="wikitable"
| |
| ! scope="col" style="text-align:left;"| Row
| |
| ! scope="col" style="text-align:left;"| Column
| |
| ! scope="col" style="text-align:left;"| Result
| |
| |- style="vertical-align:top;"
| |
| | -2
| |
| | 0
| |
| | Selects all cells of the first column, including the column header.
| |
| |- style="vertical-align:top;"
| |
| | -2
| |
| | -2
| |
| | Selects all rows and columns, including column headers.
| |
| |- style="vertical-align:top;"
| |
| | -1
| |
| | 0
| |
| | Selects the header of the first column.
| |
| |- style="vertical-align:top;"
| |
| | -1
| |
| | -2
| |
| | Selects the headers of all columns.
| |
| |}
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338011
| |
| | [[Table class/CellBGColor property|CellBGColor]]
| |
| |The background color of active cell(s).
| |
| | |
| You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338026
| |
| | [[Table class/CellFont property|CellFont]]
| |
| |The font of the active cell in the table control.
| |
| | |
| Use this property to change the size, style, or color of the cell font. You cannot use this property with a strict type definition.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338029
| |
| | [[Table class/CellFontBold property|CellFontBold]]
| |
| |Indicates whether the text in the active cell is bold.
| |
| | |
| This property is an element of the Active Cell:Cell Font property.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633802D
| |
| | [[Table class/CellFontColor property|CellFontColor]]
| |
| |The text font color in the active cell.
| |
| | |
| This property is an element of the Active Cell:Cell Font property.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633802A
| |
| | [[Table class/CellFontItalic property|CellFontItalic]]
| |
| |Indicates whether the text in the active cell is italic.
| |
| | |
| This property is an element of the Active Cell:Cell Font property.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338027
| |
| | [[Table class/CellFontName property|CellFontName]]
| |
| |The name of the font in the active cell. Predefined font names include App Font, Sys Font, and Dlg Font.
| |
| | |
| This property is an element of the Active Cell:Cell Font property.
| |
| | |
| If you select an invalid font, this property returns an error.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338028
| |
| | [[Table class/CellFontSize property|CellFontSize]]
| |
| |The size of the font in the active cell.
| |
| | |
| This property is an element of the Active Cell:Cell Font property.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633802C
| |
| | [[Table class/CellFontStrike property|CellFontStrike]]
| |
| |Indicates whether to strike out the text in the active cell.
| |
| | |
| This property is an element of the Active Cell:Cell Font property.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633802B
| |
| | [[Table class/CellFontUnder property|CellFontUnder]]
| |
| |Indicates whether the text in the active cell is underlined.
| |
| | |
| This property is an element of the Active Cell:Cell Font property.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633802E
| |
| | [[Table class/CellJustify property|CellJustify]]
| |
| |Gets and sets the justification of text within a table cell.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338012
| |
| | [[Table class/CellSize property|CellSize]]
| |
| |The size of the active cell(s) in pixels.
| |
| | |
| Changing the cell size does not change the size of the table control.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338014
| |
| | [[Table class/Height property|Height]]
| |
| |The height of the table control in pixels.
| |
| | |
| This property is an element of the Size property. This property is similar to the <b>Size Height</b> option on the Appearance page of the <b>Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338013
| |
| | [[Table class/Width property|Width]]
| |
| |The width of the table control in pixels.
| |
| | |
| This property is an element of the Size property. This property is similar to the <b>Size Width</b> option on the Appearance page of the <b>Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338023
| |
| | [[Table class/ActiveCellPos property|ActiveCellPos]]
| |
| |The coordinate in pixels, relative to the origin of the owning pane, of the top-left position of the active cell(s).
| |
| |R
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338024
| |
| | [[Table class/ActiveCellPosLeft property|ActiveCellPosLeft]]
| |
| |The coordinate in pixels, relative to the origin of the owning pane, of the left edge of the active cell.
| |
| | |
| This property is an element of the Active Cell:Position property.
| |
| |R
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338025
| |
| | [[Table class/ActiveCellPosTop property|ActiveCellPosTop]]
| |
| |The coordinate in pixels, relative to the origin of the owning pane, of the top edge of the active cell.
| |
| | |
| This property is an element of the Active Cell:Position property.
| |
| |R
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338016
| |
| | [[Table class/AutoRowHt property|AutoRowHt]]
| |
| |Determines whether the rows autosize their height to display all text when fonts change or when the number of lines in a cell changes.
| |
| | |
| If FALSE, you can have clipped text in cells, and the user will be unable to manually resize the row height at run time to see all of the text. This property affects only user input. If you use the Value property to set the table strings, the rows do not automatically resize. To resize the rows, set this property to FALSE and then set it back to TRUE.
| |
| | |
| This property is similar to the Autosize Row Height item on the shortcut menu of a table.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633800E
| |
| | [[Table class/ColHdrs() property|ColHdrs()]]
| |
| |An array of the strings in the column headers.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338020
| |
| | [[Table class/ContentRectBounds property|ContentRectBounds]]
| |
| |The size in pixels of the content rectangle of the table control.
| |
| |R
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338022
| |
| | [[Table class/ContentRectBoundsHeight property|ContentRectBoundsHeight]]
| |
| |The height in pixels of the content rectangle of the table control.
| |
| | |
| This property is an element of the Content Rect Bounds property.
| |
| |R
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338021
| |
| | [[Table class/ContentRectBoundsWidth property|ContentRectBoundsWidth]]
| |
| |The width in pixels of the content rectangle of the table control.
| |
| | |
| This property is an element of the Content Rect Bounds property.
| |
| |R
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633801D
| |
| | [[Table class/ContentRectPos property|ContentRectPos]]
| |
| |The coordinate in pixels, relative to the origin of the owning pane, of the top-left position of the content rectangle of the table control.
| |
| |R
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633801E
| |
| | [[Table class/ContentRectPosLeft property|ContentRectPosLeft]]
| |
| |The coordinate in pixels, relative to the origin of the owning pane, of the left edge of the content rectangle of the table control.
| |
| | |
| This property is an element of the Content Rect Position property.
| |
| |R
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633801F
| |
| | [[Table class/ContentRectPosTop property|ContentRectPosTop]]
| |
| |The coordinate in pixels, relative to the origin of the owning pane, of the top edge of the content rectangle of the table control.
| |
| | |
| This property is an element of the Content Rect Position property.
| |
| |R
| |
| |X
| |
| |- style="background-color:#CCFFFF;"
| |
| |6338015
| |
| | [[Table class/DefVal property|DefVal]]
| |
| |Gets or sets the default value of the table control.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338031
| |
| | [[Table class/EditPos property|EditPos]]
| |
| |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 or column header. Values of (–2, –2) indicate that no edits are being made to the text of the control.
| |
| | |
| Before you use this property to set text focus on a control, set key focus of the control.
| |
| | |
| {| class="wikitable"
| |
| |+ scope="col" style="text-align:left;"|Elements:
| |
| ! scope="col" style="text-align:left;"| Name
| |
| ! scope="col" style="text-align:left;"| Description
| |
| |- style="vertical-align:top;"
| |
| ! scope="row" style="text-align:left;"|Row
| |
| |The row of the current text entry. Possible values are 0…n, where n is the total number of rows - 1.
| |
| |- style="vertical-align:top;"
| |
| ! scope="row" style="text-align:left;"|Column
| |
| |The column of the current text entry. Possible values are 0…m, where m is the total number of columns - 1. Enter –1 to select the column header.
| |
| |}
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633800A
| |
| | [[Table class/IndexVals property|IndexVals]]
| |
| |Row and column index of the cell displayed in the top left corner. If you display the row and column headers, the non-header cell is the top left corner.
| |
| | |
| {| class="wikitable"
| |
| |+ scope="col" style="text-align:left;"|Elements:
| |
| ! scope="col" style="text-align:left;"| Name
| |
| ! scope="col" style="text-align:left;"| Description
| |
| |- style="vertical-align:top;"
| |
| ! scope="row" style="text-align:left;"|Row
| |
| |The row of the cell displayed in the top left corner. Possible values are 0…n, where n is the total number of rows - 1.
| |
| |- style="vertical-align:top;"
| |
| ! scope="row" style="text-align:left;"|Column
| |
| |The column of the cell displayed in the top left corner. Possible values are 0…m, where m is the total number of columns - 1.
| |
| |}
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338018
| |
| | [[Table class/MultilineInput property|MultilineInput]]
| |
| |If TRUE, you can enter multiple lines of text in the table cells by pressing the key on the keyboard. If FALSE, pressing the key on the keyboard while editing cells causes LabVIEW to commit the edits in the current cell and the text focus moves to the next cell. This property does not affect run-time behavior of the table.
| |
| | |
| This property is similar to the Multi-line Input item on the shortcut menu of a table.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338001
| |
| | [[Table class/NumCols property|NumCols]]
| |
| |Number of visible columns in the table, including the row headers if visible. The number of columns might change if the vertical scroll bar is visible. This property counts partially visible columns.
| |
| | |
| If you wire a value of 0 to this property, LabVIEW displays the leftmost column. The table control resizes according to the number of columns you set.
| |
| | |
| This property is similar to the <b>Columns</b> option on the Appearance page of the <b>Table Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338002
| |
| | [[Table class/NumRows property|NumRows]]
| |
| |Number of visible rows in the table. If the table uses column headers, this number includes one row for the column headers. The number of rows might change if the horizontal scroll bar is visible. This property counts partially visible rows.
| |
| | |
| If you wire a value of 0 to this property, LabVIEW displays the topmost row. The table resizes according to the number of rows you set.
| |
| | |
| This property is similar to the <b>Visible Items»Row Headers</b> item on the shortcut menu of a table and the <b>Rows</b> option on the Appearance page of the <b>Table Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633800D
| |
| | [[Table class/RowHdrs() property|RowHdrs()]]
| |
| |An array of the strings in the row headers.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338008
| |
| | [[Table class/SelColor property|SelColor]]
| |
| |Color used to draw the data selection.
| |
| | |
| You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633800C
| |
| | [[Table class/SelSize property|SelSize]]
| |
| |Index of the row and column pair that specifies the number of rows and columns in the selection.
| |
| | |
| {| class="wikitable"
| |
| |+ scope="col" style="text-align:left;"|Elements:
| |
| ! scope="col" style="text-align:left;"| Name
| |
| ! scope="col" style="text-align:left;"| Description
| |
| |- style="vertical-align:top;"
| |
| ! scope="row" style="text-align:left;"|Row
| |
| |Index of the row that specifies the total number of rows in the selection.
| |
| |- style="vertical-align:top;"
| |
| ! scope="row" style="text-align:left;"|Column
| |
| |Index of the column that specifies the total number of columns in the selection.
| |
| |}
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633800B
| |
| | [[Table class/SelStart property|SelStart]]
| |
| |Row and column index that specifies the beginning of data selection. Coordinates begin at (0,0), which is top left, and do not include headers.
| |
| | |
| {| class="wikitable"
| |
| |+ scope="col" style="text-align:left;"|Elements:
| |
| ! scope="col" style="text-align:left;"| Name
| |
| ! scope="col" style="text-align:left;"| Description
| |
| |- style="vertical-align:top;"
| |
| ! scope="row" style="text-align:left;"|Row
| |
| |Index of the row that specifies the beginning of the selection. Valid values include 0 through n-1, where n is the total number of rows in the table.
| |
| |- style="vertical-align:top;"
| |
| ! scope="row" style="text-align:left;"|Column
| |
| |Index of the column that specifies the beginning of the selection. Valid values include 0 through m-1, where m is the total number of columns in the table.
| |
| |}
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633801A
| |
| | [[Table class/Size property|Size]]
| |
| |The width and height in pixels of the table control.
| |
| | |
| This property is similar to the <b>Size Height</b> and <b>Size Width</b> options on the Appearance page of the <b>Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633801C
| |
| | [[Table class/Height property|Height]]
| |
| |The height of the table control in pixels.
| |
| | |
| This property is an element of the Size property. This property is similar to the <b>Size Height</b> option on the Appearance page of the <b>Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633801B
| |
| | [[Table class/Width property|Width]]
| |
| |The width of the table control in pixels.
| |
| | |
| This property is an element of the Size property. This property is similar to the <b>Size Width</b> option on the Appearance page of the <b>Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338017
| |
| | [[Table class/SmoothHScroll property|SmoothHScroll]]
| |
| |If TRUE, the horizontal scrolling of the table is by pixels, such that the first column may be horizontally clipped. If FALSE, the table scrolls by whole column widths such that the first column is never clipped. However, if a column is wider than the width of the table, you cannot see the text that is hidden off the right edge of that column.
| |
| | |
| This property is similar to the <b>Smooth Scrolling</b> item on the shortcut menu of a table.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338000
| |
| | [[Table class/Value property|Value]]
| |
| |Value of table control: 2D array of strings.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338019
| |
| | [[Table class/Val(Sgnl) property|Val(Sgnl)]]
| |
| |Sets the value of the control and generates a Value Change event.
| |
| | |
| This property updates the value of an object similar to the Value property. However, Value (Signaling) also causes LabVIEW to generate an event as if the user had interactively changed the value of the object. National Instruments recommends you use this property only when you rely on LabVIEW generating an event in response to the programmatic value change.
| |
| |W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338007
| |
| | [[Table class/ColHdrVis property|ColHdrVis]]
| |
| |If TRUE, displays the column headers.
| |
| | |
| This property is similar to the <b>Visible Items»</b>Column Headers item on the shortcut menu of a table and the <b>Show column headers</b> option on the Appearance page of the <b>Table Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633802F
| |
| | [[Table class/Horizontal Lines Visible property|Horizontal Lines Visible]]
| |
| |If TRUE, displays horizontal lines that separate rows in the table.
| |
| | |
| This property is similar to the <b>Visible Items»</b>Horizontal Lines item on the shortcut menu of a table and the <b>Show horizontal lines</b> option on the Appearance page of the <b>Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338005
| |
| | [[Table class/HorizScroll property|HorizScroll]]
| |
| |If TRUE, displays the horizontal scroll bar.
| |
| | |
| This property is similar to the <b>Visible Items»</b>Horizontal Scrollbar item on the shortcut menu of a table and the <b>Show horizontal scroll bar</b> option on the Appearance page of the <b>Table Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338003
| |
| | [[Table class/IndexVis property|IndexVis]]
| |
| |Displays the row-column index of the top left visible cell in a table.
| |
| | |
| This property is similar to the <b>Visible Items»</b>Index Display item on the shortcut menu of a table and <b>Show index display</b> option on the Appearance page of the <b>Table Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338006
| |
| | [[Table class/RowHdrVis property|RowHdrVis]]
| |
| |Shows the row headers.
| |
| | |
| This property is similar to the <b>Visible Items»</b>Row Headers item on the shortcut menu of a table and the <b>Show row headers</b> option on the Appearance page of the <b>Table Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338030
| |
| | [[Table class/Vertical Lines Visible property|Vertical Lines Visible]]
| |
| |If TRUE, displays vertical lines that separate columns in the table.
| |
| | |
| This property is similar to the <b>Visible Items»</b>Vertical Lines item on the shortcut menu of a table and the <b>Show vertical lines</b> option on the Appearance page of the <b>Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6338004
| |
| | [[Table class/VertScroll property|VertScroll]]
| |
| |If TRUE, displays the vertical scroll bar.
| |
| | |
| This property is similar to the <b>Visible Items»</b>Vertical Scrollbar item on the shortcut menu of a table and the <b>Show vertical scroll bar</b> option on the Appearance page of the <b>Table Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |}
| |
| </div>
| |
| | |
| ==Methods==
| |
| <span class="mw-customtoggle-methodstable">Show/Hide Table Methods Table</span>
| |
| <div class="mw-collapsible" id="mw-customcollapsible-methodstable">
| |
| {{VIServerLegend|showrte=TRUE}} | |
| {| class="wikitable sortable"
| |
| |+ Table Methods Table
| |
| ! Method ID
| |
| ! Short Name (English)
| |
| ! Description
| |
| ! RTE
| |
| |- style="background-color:#FFFFCC;"
| |
| |6337C04
| |
| | [[Table class/Export Data to Clipboard method|Export Data to Clipboard]]
| |
| |Exports the table data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications.
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6337C05
| |
| | [[Table class/Export Data to Excel method|Export Data to Excel]]
| |
| |Exports the table data to Excel.
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6337C02
| |
| | [[Table class/ExportImage method|ExportImage]]
| |
| |Exports an image of a table to the clipboard or disk.
| |
| | |
| This method is similar to the Export Simplified Image option on the shortcut menu of a table.
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |6337C03
| |
| | [[Table class/ExportImageColor method|ExportImageColor]]
| |
| |
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6337C01
| |
| | [[Table class/Point To Row Column method|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.
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6337C06
| |
| | [[Table class/Set Cell Value method|Set Cell Value]]
| |
| |Sets the value of a cell specified by the row and column index. If you specify –2 for the row and column index, LabVIEW returns error 1.
| |
| |X
| |
| |}
| |
| </div>
| |
| | |
| ==Events==
| |
| ''No Events for this class.''
| |
|
| |
|
| == History == | | == History == |
| {{ambox|text=History information is needed. What changes have occured over previous versions?}} | | {{ambox|text=History information is needed. What changes have occurred over previous versions?}} |
| {| class="wikitable" | | {| class="wikitable" |
| ! Version | | ! Version |
| Line 534: |
Line 25: |
| *[[VI Scripting]] | | *[[VI Scripting]] |
|
| |
|
| [[Category:VI Server]]
| | |
| [[Category:VI Server Class]] | | [[Category:VI Server Class]] |
| [[Category:VI Scripting]]
| |