Provides access to members that control the table once it has been shown.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
![]() |
DrawSelectedShapes | Draws selected features on display. |
![]() |
EditChanged | Call after start or stop editing, to update table grid. |
![]() |
ExecuteOptionCommand | Executes a command in the option menu. |
![]() |
GetCurrentRow | The current row the user is on. If isOid = TRUE, then rowNumber is an OID, else it is an offset. |
![]() |
HideOptionsButton | Hides the options button. Default is False. |
![]() |
HideViewToggleButtons | Hides the view toggle buttons. Default is False. |
![]() |
InsertNextRowAt | Determines where the next insert record is inserted when OnCreate is fired. Adding records manually via the table window allways adds records to the end of the table. |
![]() |
ReadToEndOfTable | Read all the OIDs/Rows in the table. |
![]() |
Redraw | Redraws the grid. |
![]() |
RemoveAndReloadCache | Lose cache, so the table window is current with the underlying database. |
![]() |
RereadFIDs | Rereads rows. Called when viewing selected records and the selection changes. |
![]() |
SelectToggleAlwaysEnabled | Ensures that the Select button is always active of the view toggle buttons. Default is False. |
![]() |
SetCellFont | Overrides the font setting for table cells. At least the oid or fieldName must be specified. Enter null fonts to erase. |
![]() |
SetCurrentRow | The current row the user is on. If isOid = TRUE, then rowNumber is an OID, else it is an offset. |
![]() |
UpdateSelection | Updates the current selection, that the current selection is currently pointing to. |
CoClasses that implement ITableControl3
CoClasses and Classes | Description |
---|---|
TableView | Window to display Tables. |