RC-WinTrans Object Model Help |
![]() |
The "TextTableView" object represents RC-Wintrans' Text Table view.
Member | Description | |
---|---|---|
![]() |
Add | Adds an entry based on the given node number. Add( Index As Long, ProjectFile As ProjectFile, NodeNumber As Long ) As Long
|
![]() |
Clear | Clears the Text Table view. Clear()
|
![]() |
GetActiveSelected | Returns the index of the currently selected entry. GetActiveSelected() As Long
|
![]() |
GetCount | Returns the number of entries in the Text Table view. GetCount() As Long
|
![]() |
GetCountSelected | Returns the number of selected items in the Text Table view. GetCountSelected() As Long
|
![]() |
GetIndex | Returns the index of the node with the given node number. GetIndex( ProjectFile As ProjectFile, NodeNumber As Long ) As Long
|
![]() |
GetNodeNumber | Returns the node number of the node to the given index. GetNodeNumber( Index As Long, NodeNumber As Variant ) As ProjectFile
|
![]() |
HasMarker | Returns whether the entry with the given index has a marker or not. HasMarker( Index As Long, Column As RWTMarkerColumns ) As Boolean
|
![]() |
IsSelected | Returns whether the entry with the given index is selected or not. IsSelected( Index As Long ) As Boolean
|
![]() |
IsVisible | Returns whether the view is currently visible. IsVisible() As Boolean
|
![]() |
MarkersAvailable | Returns whether markers are set. MarkersAvailable() As Boolean
|
![]() |
Refill | Refills the Text Table view. Refill()
|
![]() |
Refresh | Refreshes the Text Table view. Refresh( Index As Long )
|
![]() |
RemoveAllMarkers | Removes all set markers. RemoveAllMarkers()
|
![]() |
RemoveAt | Removes the entry with the given index. RemoveAt( Index As Long ) As Boolean
|
![]() |
SetActiveSelected | Sets the currently selected entry. SetActiveSelected( Index as Long ) as Boolean
|
![]() |
SetMarker | Sets or deletes the marker for the entry with the given index. SetMarker( Index As Long, Column As RWTMarkerColumns, Marker As Boolean ) As Boolean
|
![]() |
SetSelected | Sets or deletes the selection of the entry with the given index. SetSelected( Index As Long, Selected As Boolean ) As Boolean
|
![]() |
SetVisible | Sets the Text Table view to be visible and gives it the focus. SetVisible()
|
![]() |
WindowState | Returns the window state of the view or sets it. |