Window to display Tables in ArcMap.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
Interfaces
Interfaces | Description |
---|---|
IDataWindow | Provides access to members that control popup windows that show map data. |
IDataWindow2 | Provides access to members that control popup windows that show map data. |
ITableWindow | Provides access to members that display table window in ArcMap. This interface intergrates ITableView with ArcMap's events and selections. |
ITableWindow2 | Provides access to members that extend ITableWindow functionality to work with ILayers. |
ITableWindow3 | Provides access to members that extend ITableWindow functionality to work with dockable tables. |
Event Interfaces
Interfaces | Description |
---|---|
IDataWindowEvents (default) | Provides access to events that occur in a data window. |
Working with Events
[Visual Basic 6.0]
When working with TableWindow's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pTableWindow as TableWindow