This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the table once it has been shown. Note: the ITableControl interface has been superseded by ITableControl3. Please consider using the more recent version.
Name | Description | |
---|---|---|
DrawSelectedShapes | Draws selected features on display. | |
EditChanged | Call after start or stop editing, to update table grid. | |
GetCurrentRow | The current row the user is on. If isOid = TRUE, then rowNumber is an OID, else it is an offset. | |
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. | |
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. |
Classes | Description |
---|---|
TableView | Window to display Tables. |