Window to display Tables.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
Interfaces
| Interfaces | Description |
|---|---|
| IClone (esriSystem) | Provides access to members that control cloning of objects. |
| ITableControl | Provides access to members that control the table once it has been shown. |
| ITableControl2 | Provides access to members that control the table once it has been shown. |
| ITableControl3 | Provides access to members that control the table once it has been shown. |
| ITableControlInfo | Provides access to members that inform you about the table window. |
| ITableControlWidth | Provides access to members that control the table once it has been shown. |
| ITableView | Provides access to members that set up the table and initially show it. |
| ITableView2 | Provides access to members that interact with table. |
| ITableView3 | Provides access to members that interact with table. |
| ITableView4 | Provides access to members that interact with table. |
| ITableViewOutput | Provides access to members that allow you to output the table to a hDC. |
| ITableViewTableFields | Provides access to members that associate additional field properties with the table being displayed. |
Event Interfaces
| Interfaces | Description |
|---|---|
| ITableViewEvents (default) | Provides access to events that occur with the TableView. |
Working with Events
[Visual Basic 6.0]
When working with TableView's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pTableView as TableView