The SalQuickToolTipChildTable type exposes the following members.

Constructors

  NameDescription
Public methodSalQuickToolTipChildTable
Default Constructor.

Methods

  NameDescription
Public methodAddTool
Multiple Inheritance: Wrapper function.
Public methodAnyRows
Determines whether any rows in the specified table window match certain flags. If you set flagsOn to zero (0) and flagsOff to zero (0), SalTblAnyRows returns TRUE if the table window contains any rows at all, regardless of their flags.
(Inherited from SalTableWindow.)
Public methodAutoSizeCols
Autosizes the specified column.
(Inherited from SalTableWindow.)
Public methodBringWindowToTop
Brings a window to the top of all overlapping windows.
(Inherited from SalTableWindow.)
Protected methodCanEditCell
Returns true if the specific cell can be edited.
(Inherited from SalTableWindowBase.)
Protected methodCanMoveCell
Returns true if the current cell can be changed.
(Inherited from SalTableWindowBase.)
Public methodCenterWindow
Centers a window. If the window is a top-level window, it centers it on the desktop. If the window is a child window, it centers it on top of its parent.
(Inherited from SalTableWindow.)
Public methodClearCursor
Clears a window's cursor.
(Inherited from SalTableWindow.)
Protected methodClearSelectedColumns
Unselects all selected columns.
(Inherited from SalTableWindowBase.)
Protected methodClearSelectedRows
Unselects all selected rows from both grids.
(Inherited from SalTableWindowBase.)
Public methodClearSelection
Deselects all rows of a table window.
(Inherited from SalTableWindow.)
Protected methodClearUnusedStyles
Frees unused styles.
(Inherited from SalTableWindowBase.)
Public methodColumnAverage
Computes the average of all column values or only specified column values in a table window.
(Inherited from SalTableWindow.)
Public methodColumnSum
Computes the sum of all column values or only specified column values in a table window.
(Inherited from SalTableWindow.)
Public methodCopyRows
Copies the contents of the specified table window rows to the Clipboard in text format. In the Clipboard, columns are delimited by TAB characters and rows are delimited by end-of-line characters. Set flagsOn to zero (0) and flagsOff to zero (0) to copy the entire table.
(Inherited from SalTableWindow.)
Public methodCreateColumn(SalNumber, SalNumber, SalNumber, SalString)
Creates a table window column of string data type at runtime. When you return to design mode, destroys the column.
(Inherited from SalTableWindow.)
Public methodCreateColumn(SalNumber, SalNumber, SalNumber, SalString, DataType)
Creates a table window column of string data type at runtime. When you return to design mode, destroys the column.
(Inherited from SalTableWindow.)
Public methodCreateColumnEx
Creates a table window column using a given data type at runtime. Allowed types are DT_String, DT_Number and DT_DateTime
(Inherited from SalTableWindow.)
Protected methodCreateHandle (Inherited from SalTableWindowBase.)
Protected methodCreateSplitGrid
Creates the splitter and split grid, syncronizes the columns and attaches all the events necessary to manager the split grid.
(Inherited from SalTableWindowBase.)
Public methodDefineRowHeader
Defines the appearance and behavior of a table window's row header. The row header is a non-editable area on the left edge of a table window that displays information that stays displayed even when a user scrolls horizontally. A typical use of a row header is the display of row numbers.
(Inherited from SalTableWindow.)
Public methodDefineSplitWindow
Splits a table window horizontally.
(Inherited from SalTableWindow.)
Public methodDeleteRow
Deletes a row from a table window but not from the database.
(Inherited from SalTableWindow.)
Public methodDeleteSelected(SalSqlHandle)
Applies a SQL DELETE statement to all table window rows with the ROW Selected flag.
(Inherited from SalTableWindow.)
Public methodDeleteSelected(SalSqlHandle, WhenSqlErrorHandler)
Applies a SQL DELETE statement to all table window rows with the ROW Selected flag.
(Inherited from SalTableWindow.)
Public methodDeleteTool()()()()
Multiple Inheritance: Wrapper function.
Public methodDeleteTool(SalWindowHandle)
Multiple Inheritance: Wrapper function.
Public methodDestroyColumns
Destroys all automatic columns created by SalTblCreateColumn or SalTblPopulate at runtime. This function only works on table windows that contain only automatic columns.
(Inherited from SalTableWindow.)
Protected methodDestroySplitGrid
Destroyes the split grid and the splitter control.
(Inherited from SalTableWindowBase.)
Public methodDestroyWindow
Destroys a form window, a top-level table window, or a modeless dialog box created with SalCreateWindow.
(Inherited from SalTableWindow.)
Public methodDisableWindow
Disables keyboard and mouse input to a window. If the window contains text (for example, a push button), the text is grayed. If the window is a data field, it cannot receive the focus.
(Inherited from SalTableWindow.)
Public methodDisableWindowAndLabel
Disables keyboard and mouse input to a window and grays out its associated label. A label is the label control that immediately precedes the window in the outline. The label control must have a mnemonic. If the window contains text (for example, a push button), the text is grayed. If the window is a data field, it cannot receive the focus.
(Inherited from SalTableWindow.)
Protected methodDispose (Inherited from SalTableWindowBase.)
Public methodDoDeletes(SalSqlHandle, SalNumber)
Applies a SQL DELETE statement to all table window rows that have nFlagsOn flags.
(Inherited from SalTableWindow.)
Public methodDoDeletes(SalSqlHandle, Int32, WhenSqlErrorHandler)
Applies a SQL DELETE statement to all table window rows that have nFlagsOn flags.
(Inherited from SalTableWindow.)
Public methodDoInserts(SalSqlHandle, SalBoolean)
Applies a SQL INSERT statement to all the rows in a table window that have the ROW_New flag.
(Inherited from SalTableWindow.)
Public methodDoInserts(SalSqlHandle, SalBoolean, WhenSqlErrorHandler)
Applies a SQL INSERT statement to all the rows in a table window that have the ROW_New flag.
(Inherited from SalTableWindow.)
Public methodDoUpdates(SalSqlHandle, SalBoolean)
Applies a SQL UPDATE statement to all table window rows with the Row_Edited flag.
(Inherited from SalTableWindow.)
Public methodDoUpdates(SalSqlHandle, SalBoolean, WhenSqlErrorHandler)
Applies a SQL UPDATE statement to all table window rows with the Row_Edited flag.
(Inherited from SalTableWindow.)
Public methodEnableWindow
Enables keyboard and mouse input to a window.
(Inherited from SalTableWindow.)
Public methodEnableWindowAndLabel
Enables keyboard and mouse input to a window and enables its associated label as well. A label is the label control that immediately precedes the window in the outline.
(Inherited from SalTableWindow.)
Public methodFetchRow
Sends a SAM_FetchRow message to a table window if the specified row has not been already fetched.
(Inherited from SalTableWindow.)
Public methodFindChild
This function finds a child window of a given name in the specified window.
(Inherited from SalTableWindow.)
Public methodFindNextRow
Scans forward in a table looking for a row whose flags match those specified.
(Inherited from SalTableWindow.)
Public methodFindPrevRow
Scans backward in a table looking for a row whose flags match those specified.
(Inherited from SalTableWindow.)
Protected methodFinishEditing (Inherited from SalTableWindowBase.)
Public methodFormUnitsToPixels
Computes the number of pixels in the number of form units. Form units are a unit of measurement used by functions which move and position objects. Form units are computed using physical units (pixels) in conjunction with the window's font size.
(Inherited from SalTableWindow.)
Public methodGetCellStyle
Returns the CellStyle object for the specified cell.
(Inherited from SalTableWindowBase.)
Public methodGetCellStyleNew
Returns or creates the CellStyle object for the specified cell. The CellStyle is guaranteed not to be one of the cached CellStyle instances.
(Inherited from SalTableWindowBase.)
Public methodGetClassName
Return the name of a window's class as a string.
(Inherited from SalTableWindow.)
Public methodGetColHeaderStyle
Returns the CellStyle object for the fixed cells in the specified column.
(Inherited from SalTableWindowBase.)
Public methodGetColHeaderStyleNew
Returns or creates the CellStyle object for the fixed cells in the specified column.
(Inherited from SalTableWindowBase.)
Protected methodGetCols
Returns the column collection from the grid. This is a safe call and throws an exception if the grid has been disposed. Otherwide the grid throws a generic NullReferenceException.
(Inherited from SalTableWindowBase.)
Public methodGetColStyle
Returns the CellStyle object for the specified column.
(Inherited from SalTableWindowBase.)
Public methodGetColStyleNew
Returns or creates the CellStyle object for the specified column.
(Inherited from SalTableWindowBase.)
Public methodGetColumnFromId
Gets the table window column control with the specified id.
(Inherited from SalTableWindow.)
Public methodGetColumnFromPos
Gets the table window column control at the specified position.
(Inherited from SalTableWindow.)
Public methodGetColumnText(SalNumber)
Gets data from a column of a table window's context row.
(Inherited from SalTableWindow.)
Public methodGetColumnText(SalNumber, SalString%)
Gets data from a column of a table window's context row.
(Inherited from SalTableWindow.)
Public methodGetColumnWindow
Gets the handle of a table window column.
(Inherited from SalTableWindow.)
Public methodGetContextRow
Returns a table window's current context row. Before sending a SAM_FetchRow message, automatically sets the context row so that assignments made while processing the message reference the correct row.
(Inherited from SalTableWindow.)
Protected methodGetContextRowFromCode
Translates row codes (TBL_MinRow, TBL_MaxRow, etc) to a valid context row.
(Inherited from SalTableWindowBase.)
Public methodGetControlType
Returns an object's type.
(Inherited from SalTableWindow.)
Public methodGetFirstChild
Returns the handle of the first child window of the specified type. You can use this function to get the handles of MDI child windows.
(Inherited from SalTableWindow.)
Public methodGetFont
Gets a window's font name, size, and enhancements.
(Inherited from SalTableWindow.)
Public methodGetLabelText(SalNumber)
Retrieves the text of the label associated to a control. Important: The label control does not require a mnemonic for the functions listed above to operate.
(Inherited from SalTableWindow.)
Public methodGetLabelText(SalString%, SalNumber)
Retrieves the text of the label associated to a control. Important: The label control does not require a mnemonic for the functions listed above to operate.
(Inherited from SalTableWindow.)
Public methodGetLinesPerRow()()()()
Retrieves the height of a row in lines.
(Inherited from SalTableWindow.)
Public methodGetLinesPerRow(SalNumber%)
Retrieves the height of a row in lines.
(Inherited from SalTableWindow.)
Public methodGetLocation
Returns a window's current position on the X and Y axes.
(Inherited from SalTableWindow.)
Public methodGetLockedColumns
Retrieves the number of locked table window columns. Locked table window columns do not scroll horizontally; they are fixed to the left side of the table window. All other columns appear to scroll under the locked columns.
(Inherited from SalTableWindow.)
Public methodGetName()()()()
Gets the name of an object.
(Inherited from SalTableWindow.)
Public methodGetName(SalString%)
Gets the name of an object.
(Inherited from SalTableWindow.)
Public methodGetNextChild
Returns the handle of the next child window that matches a specified type.
(Inherited from SalTableWindow.)
Public methodGetNextColumn
Returns the next column in the columns collection in order of ID.
(Inherited from SalTableWindow.)
Public methodGetParent
Returns the handle of an object's parent window.
(Inherited from SalTableWindow.)
Public methodGetProperty(SalString)
Gets the value of a named property.
(Inherited from SalTableWindow.)
Public methodGetProperty(SalString, SalString%)
Gets the value of a named property.
(Inherited from SalTableWindow.)
Public methodGetRowFlags
Queries a row's flags.
(Inherited from SalTableWindow.)
Public methodGetRowHeaderStyle
Returns the CellStyle for the fixed cells for the specified row.
(Inherited from SalTableWindowBase.)
Public methodGetRowHeaderStyleNew
Returns or creates the CellStyle for the fixed cells for the specified row.
(Inherited from SalTableWindowBase.)
Protected methodGetRows
Returns the row collection from the grid. This is a safe call and throws an exception if the grid has been disposed. Otherwide the grid throws a generic NullReferenceException.
(Inherited from SalTableWindowBase.)
Public methodGetRowStyle
Returns the CellStyle object for the specified row.
(Inherited from SalTableWindowBase.)
Public methodGetRowStyleNew
Returns or creates the CellStyle object for the specified row.
(Inherited from SalTableWindowBase.)
Public methodGetSize
Returns a window's size.
(Inherited from SalTableWindow.)
Public methodGetStatusText()()()()
Multiple Inheritance: Wrapper function.
Public methodGetStatusText(SalWindowHandle)
Multiple Inheritance: Wrapper function.
Public methodGetTableFlags
Tests the state of a table window's flags.
(Inherited from SalTableWindow.)
Public methodGetText(SalNumber)
Retrieves the text of a window.
(Inherited from SalTableWindow.)
Public methodGetText(SalString%, SalNumber)
Retrieves the text of a window.
(Inherited from SalTableWindow.)
Public methodGetTipText()()()()
Multiple Inheritance: Wrapper function.
Public methodGetTipText(SalWindowHandle)
Multiple Inheritance: Wrapper function.
Public methodGetWindowColor
Gets a window's color.
(Inherited from SalTableWindow.)
Public methodGetWindowState
Returns a window's current state.
(Inherited from SalTableWindow.)
Public methodHideWindow
Hides a window.
(Inherited from SalTableWindow.)
Public methodHideWindowAndLabel
Hides a window and its associated label.
(Inherited from SalTableWindow.)
Public methodHitTest
Returns the part of the table window located at a given coordinate.
(Inherited from SalTableWindow.)
Public methodInsertRow
Inserts a new blank row into a table window.
(Inherited from SalTableWindow.)
Public methodInvalidateWindow
Causes a window to be repainted.
(Inherited from SalTableWindow.)
Public methodIsDerivedFromClass
Determines whether a window is an instance of the specified class.
(Inherited from SalTableWindow.)
Public methodIsEnabled
Determines whether a window is enabled for mouse and keyboard input.
(Inherited from SalTableWindow.)
Protected methodIsOnColumnMoveArea
Returns true if the hittest result is on the column header area used to move the column.
(Inherited from SalTableWindowBase.)
Public methodIsTool()()()()
Multiple Inheritance: Wrapper function.
Public methodIsTool(SalWindowHandle)
Multiple Inheritance: Wrapper function.
Protected methodIsValidCol
Returns true if the col is valid in the current grid.
(Inherited from SalTableWindowBase.)
Protected methodIsValidContextRow
Returns true if the context row is a valid row.
(Inherited from SalTableWindowBase.)
Protected methodIsValidRow
Returns true if the row is valid in the current grid.
(Inherited from SalTableWindowBase.)
Public methodIsVisible
Determines whether a window is currently visible.
(Inherited from SalTableWindow.)
Public methodKillCellEdit
Ends edit mode in the current cell.
(Inherited from SalTableWindow.)
Public methodKillFocusRow
Turns off the table window's focus frame.
(Inherited from SalTableWindow.)
Public methodKillTimer
Destroys an object's system timer.
(Inherited from SalTableWindow.)
Public methodMoveWindow
Moves a window a given number of form units on the X and Y axes relative to its current position.
(Inherited from SalTableWindow.)
Protected methodOnAfterDragColumn (Inherited from SalTableWindowBase.)
Protected methodOnAfterEdit (Inherited from SalTableWindowBase.)
Protected methodOnAfterResizeColumn (Inherited from SalTableWindowBase.)
Protected methodOnAfterResizeRow (Inherited from SalTableWindowBase.)
Protected methodOnAfterRowColChange
Sends SAM_RowSetContext, SAM_SetFocus and SAM_Click when the current row or column is changed.
(Inherited from SalTableWindow.)
Protected methodOnAfterScroll
Fetches the rows in the visible range when the main grid is scrolled.
(Inherited from SalTableWindow.)
Protected methodOnBackColorChanged (Inherited from SalTableWindowBase.)
Protected methodOnBeforeMouseDown
Process OnMouseDown before it reaches the inner grid to: - suppress toggling of check boxes on mouse down - select the entire row when clicking on row header - select the column when clicking on the column header - select multiple rows if control or shift is down - prevent moving the focus cell if not validated
(Inherited from SalTableWindowBase.)
Protected methodOnBeforeRowColChange
Sends SAM_KillFocus and SAM_RowValidate when the current cell is about to change.
(Inherited from SalTableWindow.)
Protected methodOnBeforeSort (Inherited from SalTableWindowBase.)
Protected methodOnButtonClick
Generates SAM_Click when the edit button is clicked. This is not CTD standard, it's an extension for CellType.Button.
(Inherited from SalTableWindow.)
Protected methodOnCausesValidationChanged (Inherited from SalTableWindowBase.)
Protected methodOnChangeEdit
Generates SAM_AnyEdit when editing a cell.
(Inherited from SalTableWindow.)
Protected methodOnChildEditWndProc
Receives all windows messages from the cell editor control before they are processed by the control's WndProc. Returns true to indicate that the message has been handled and the control's WndProc should not process it.
(Inherited from SalTableWindow.)
Protected methodOnChildGridWndProc
Receives all the Windows messages from the inner flexgrid control before they are processed by the grids WndProc. All the messages are dispatched to the MessageActions handler. This function returns true if the message is processed and should not be dispatched to the default window procedure.
(Inherited from SalTableWindow.)
Protected methodOnComboCloseUp (Inherited from SalTableWindowBase.)
Protected methodOnComboDropDown (Inherited from SalTableWindowBase.)
Protected methodOnControlAdded (Inherited from SalTableWindowBase.)
Protected methodOnControlRemoved (Inherited from SalTableWindowBase.)
Protected methodOnDrawCell
Implements custom drawing features that are not available in the standard flexgrid component
(Inherited from SalTableWindow.)
Protected methodOnEnabledChanged (Inherited from SalTableWindowBase.)
Protected methodOnEnter (Inherited from SalTableWindowBase.)
Protected methodOnEnterCell (Inherited from SalTableWindowBase.)
Protected methodOnFontChanged
Adjusts the rows height if LinesPerRow > 1.
(Inherited from SalTableWindow.)
Protected methodOnForeColorChanged (Inherited from SalTableWindowBase.)
Protected methodOnGotFocus (Inherited from SalTableWindow.)
Protected methodOnHandleCreated (Inherited from SalTableWindowBase.)
Protected methodOnKeyDownEdit (Inherited from SalTableWindowBase.)
Protected methodOnKeyPressEdit (Inherited from SalTableWindowBase.)
Protected methodOnKeyUpEdit (Inherited from SalTableWindowBase.)
Protected methodOnLeaveCell (Inherited from SalTableWindowBase.)
Protected methodOnLeaveEdit
Prevents the user from leaving the cell by pressing Esc if it contains an invalid value.
(Inherited from SalTableWindow.)
Protected methodOnLoad (Inherited from SalTableWindowBase.)
Protected methodOnLostFocus (Inherited from SalTableWindow.)
Protected methodOnMouseDown
Sends : SAM_Click SAM_DoubleClick SAM_CaptionDoubleClick SAM_ColumnSelectClick SAM_CornerClick SAM_CornerDoubleClick SAM_RowHeaderClick SAM_RowHeaderDoubleClick
(Inherited from SalTableWindow.)
Protected methodOnMouseMove
Show the column-move cursor when the mouse moves close to the bottom edge of the column header
(Inherited from SalTableWindowBase.)
Protected methodOnMouseUp
Toggle CheckBox columns on mouse up, like in CTD.
(Inherited from SalTableWindowBase.)
Protected methodOnParentEnabledChanged (Inherited from SalTableWindowBase.)
Protected methodOnResize(EventArgs) (Inherited from SalTableWindowBase.)
Protected methodOnResize(C1FlexGrid, EventArgs)
Fetches the rows in the visible range when the table control is resized.
(Inherited from SalTableWindow.)
Protected methodOnRowChangeValidate
Validates the row by generating the SAM_RowValidate event on the table control.
(Inherited from SalTableWindow.)
Protected methodOnSetupEditor (Inherited from SalTableWindowBase.)
Protected methodOnStartEdit (Inherited from SalTableWindowBase.)
Protected methodOnValidateEdit
Validates the current column.
(Inherited from SalTableWindow.)
Protected methodOnValidating
Don't validate the TableWindow control if the current cell is not validated.
(Inherited from SalTableWindow.)
Public methodPasteRows
Pastes the contents of the Clipboard to the specified table window. Assumes the Clipboard data is in text format with cells delimited by tab characters and rows delimited by end-of-line characters. Inserts the new rows into the table window without overwriting existing rows, and converts the data to the data types of the corresponding table window columns.
(Inherited from SalTableWindow.)
Public methodPixelsToFormUnits
Computes the number of form units based on the number of pixels. Form units are a unit of measurement used by functions that move and position objects. Form units are computed using physical units (pixels) in conjunction with a window's font sizes.
(Inherited from SalTableWindow.)
Public methodPopulate(SalSqlHandle, SalString, SalNumber)
Populates the table window with the result of the select.
(Inherited from SalTableWindow.)
Public methodPopulate(SalSqlHandle, SalString, SalNumber, WhenSqlErrorHandler)
Populates the table window with the result of the select.
(Inherited from SalTableWindow.)
Public methodPostMessage
Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.
(Inherited from SalTableWindow.)
Protected methodProcessCmdKey (Inherited from SalTableWindow.)
Public methodQueryFocusCell
Identifies the cell in a table window with the focus.
(Inherited from SalTableWindow.)
Public methodQueryRowHeader
Gets a table window's row header definition. The row header is a non-editable area on the left edge of a table window that displays information that you do not want to scroll off the screen as the user scrolls horizontally. A typical use is the display of row numbers.
(Inherited from SalTableWindow.)
Public methodQueryScroll
Returns a table window's current scroll position and range. The scroll position is the row number of the row that is currently at the top of the window. You set the table window range with SalTblSetRange and changes it when you insert or delete rows from the table window.
(Inherited from SalTableWindow.)
Public methodQuerySplitWindow
Returns the current configuration of the split table.
(Inherited from SalTableWindow.)
Public methodQueryVisibleRange
Returns the current range of visible rows in a table window.
(Inherited from SalTableWindow.)
Public methodResetTable
Clears a table window by discarding all rows from the table window cache and setting the table range to 0, -1.
(Inherited from SalTableWindow.)
Public methodScrollRow(SalNumber, Control)
Scrolls a table window to the specified row and column.
(Inherited from SalTableWindow.)
Public methodScrollRow(SalNumber, Control, SalNumber)
Scrolls a table window to the specified row and column.
(Inherited from SalTableWindow.)
Protected methodSelectFullRow
Highlights the entire row.
(Inherited from SalTableWindowBase.)
Public methodSendMessage
Sends the specified message to a window. SalSendMsg does not return until the processing for the message is complete.
(Inherited from SalTableWindow.)
Public methodSendMessageToChildren
Sends a message to all child items of a form window, dialog box, table window, or MDI window.
(Inherited from SalTableWindow.)
Public methodSetColumnText
Assigns data to a column of a table window's context row.
(Inherited from SalTableWindow.)
Public methodSetContextMenu(Type, SalNumber)
Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.
(Inherited from SalTableWindow.)
Public methodSetContextMenu(SalString, SalNumber)
Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.
(Inherited from SalTableWindow.)
Protected methodSetContextRow(Int32)
Sets the table window's context row.
(Inherited from SalTableWindowBase.)
Public methodSetContextRow(SalNumber)
Sets a table window's context row. Setting the context row does not send a SAM_FetchRow message. If the row is not currently in memory, creates a new row in memory and sets its cell values to null.
(Inherited from SalTableWindow.)
Public methodSetCursor(Int32, SalNumber)
Sets a window's cursor.
(Inherited from SalTableWindow.)
Public methodSetCursor(SalResourceCursor, SalNumber)
Sets a window's cursor.
(Inherited from SalTableWindow.)
Public methodSetCursor(SalString, SalNumber)
Sets a window's cursor from a string variable.
(Inherited from SalTableWindow.)
Public methodSetCursorFile
Sets an application-defined cursor for the specified window. Use this function to set the cursor from an image stored in a file.
(Inherited from SalTableWindow.)
Public methodSetFlagsAnyRows
Sets or clears row flags.
(Inherited from SalTableWindow.)
Public methodSetFocus
Sets the focus to a specified window.
(Inherited from SalTableWindow.)
Public methodSetFocusCell
Sets the focus to the specified table window cell (row and column). Puts the table window into edit mode and lets the user select a portion of the data in the cell.
(Inherited from SalTableWindow.)
Protected methodSetFocusCellStyle
Alters the look of the focused cell. When the cell is not editable it is shown with a solid border.
(Inherited from SalTableWindowBase.)
Public methodSetFocusRow
Sets a table window's focus frame row.
(Inherited from SalTableWindow.)
Public methodSetFont
Sets a window's font, font size, and font enhancements.
(Inherited from SalTableWindow.)
Public methodSetLabelText
Sets the text of the associaetd label control.
(Inherited from SalTableWindow.)
Public methodSetLinesPerRow
Sets the height of a row in lines.
(Inherited from SalTableWindow.)
Public methodSetLocation
Moves a window to a new position (x, y) on the X and Y axes.
(Inherited from SalTableWindow.)
Public methodSetLockedColumns
Sets the number of locked columns.
(Inherited from SalTableWindow.)
Public methodSetProperty
Sets the value of a named property.
(Inherited from SalTableWindow.)
Public methodSetRange
Defines the minimum and maximum rows (range) of a table.
(Inherited from SalTableWindow.)
Public methodSetRow
Sets the focus to the first, last, next, or previous row in a table window.
(Inherited from SalTableWindow.)
Public methodSetRowFlags
Sets or clears a table window row's flags.
(Inherited from SalTableWindow.)
Public methodSetSize
Resizes a window.
(Inherited from SalTableWindow.)
Public methodSetStatusText(SalString)
Multiple Inheritance: Wrapper function.
Public methodSetStatusText(SalWindowHandle, SalString)
Multiple Inheritance: Wrapper function.
Public methodSetTableFlags
Sets or clears a table window's flags.
(Inherited from SalTableWindow.)
Public methodSetText
Sets the text of a window.
(Inherited from SalTableWindow.)
Public methodSetTimer
Creates a system timer for a given object. When a timer event occurs, sends SAM_Timer messages to the object in specified intervals. Timers are a limited global resource. Your application must check the value returned by SalTimerSet to verify that the timer was created.
(Inherited from SalTableWindow.)
Public methodSetTipText(SalString)
Multiple Inheritance: Wrapper function.
Public methodSetTipText(SalWindowHandle, SalString)
Multiple Inheritance: Wrapper function.
Public methodSetWindowColor
Sets a window's color.
(Inherited from SalTableWindow.)
Protected methodSetVisibleCore (Inherited from SalTableWindow.)
Public methodShowWindow
Makes a window visible.
(Inherited from SalTableWindow.)
Public methodShowWindowAndLabel
Makes a window and its associated label visible. A label is the label control that immediately precedes the window in the outline.
(Inherited from SalTableWindow.)
Public methodSortRows
Sorts the rows of a table window based on the values in one of the table window's columns.
(Inherited from SalTableWindow.)
Protected methodTestRowFlags
Returns true if the row flags match the on|off masks.
(Inherited from SalTableWindowBase.)
Protected methodTestRowHeaderFlags
Returns true if the specified row header flags are all set.
(Inherited from SalTableWindowBase.)
Protected methodTestTableFlags
Returns true if the specified table flags are all set.
(Inherited from SalTableWindowBase.)
Public methodTrackPopupMenu(Type, SalNumber, SalNumber, SalNumber)
Creates pop-up menus at runtime.
(Inherited from SalTableWindow.)
Public methodTrackPopupMenu(SalString, SalNumber, SalNumber, SalNumber)
Creates pop-up menus at runtime.
(Inherited from SalTableWindow.)
Public methodTranslateRowContext
Translates the context row number to a row index and grid control.
(Inherited from SalTableWindowBase.)
Protected methodUpdateRowsHeight
Updates the height all the rows.
(Inherited from SalTableWindowBase.)
Public methodUpdateWindow
Forces the update of a window.
(Inherited from SalTableWindow.)
Public methodWinHelp
Starts the Windows help system.
(Inherited from SalTableWindow.)
Protected methodWndProc
Redirect Windows message to the implementation object.
(Inherited from SalTableWindow.)
Public methodYield
Processes messages for this control.
(Inherited from SalTableWindow.)

Fields

  NameDescription
Public field_derived
Instance of the derived object that inherits this class as a second base in a multiple inheritance tree.
(Inherited from SalTableWindow.)

Properties

  NameDescription
Protected propertyActionType
Returns/Sets the current action that changed the cell selection.
(Inherited from SalTableWindowBase.)
Public propertyActiveColumn
Returns the currectly focused column.
(Inherited from SalTableWindowBase.)
Public propertyAllowAutoEditing
Enables/Disables AutoEditing mode. When this mode is on, the grid automatically enters edit mode when a cell is selected.
(Inherited from SalTableWindow.)
Public propertyAllowRowSizing
Allow row sizing.
(Inherited from SalTableWindow.)
Public propertyAllowSorting
Enables/Disables automatic sorting on table columns.
(Inherited from SalTableWindowBase.)
Protected propertyAnchorRow
Returns the current anchor row used when dragging the mouse to select multiple rows.
(Inherited from SalTableWindowBase.)
Public propertyAutoScroll (Inherited from SalTableWindowBase.)
Public propertyAutoScrollMargin (Inherited from SalTableWindowBase.)
Public propertyAutoScrollMinSize (Inherited from SalTableWindowBase.)
Public propertyBackColor
Returns/Sets the back color for the control. When the color is empty it defaults to Windows default color instead of returning the parent's color.
(Inherited from SalTableWindowBase.)
Public propertyBackgroundImage (Inherited from SalTableWindowBase.)
Public propertyColHeader
Returns the row used as the col header.
(Inherited from SalTableWindowBase.)
Public propertyColumns
Returns the collection of columns.
(Inherited from SalTableWindowBase.)
Public propertyContextRow
Returns/Sets the context row.
(Inherited from SalTableWindowBase.)
Public propertyCurrentGrid
Returns the current grid control.
(Inherited from SalTableWindowBase.)
Public propertyCurrentRow
Returns the current row index in the current grid control.
(Inherited from SalTableWindowBase.)
Public propertyDefaultRowHeight
Returns/Sets the defult height of new rows.
(Inherited from SalTableWindowBase.)
Public propertyDesigntimeVisible
Returns true if the object was designed as visible.
(Inherited from SalTableWindow.)
Public propertyExtendLastColumn
Enables/Disables the extension of the last column to fill the grid.
(Inherited from SalTableWindowBase.)
Public propertyFocusRow
Returns/Sets the focus row.
(Inherited from SalTableWindowBase.)
Public propertyFont
Returns/Sets the font. When the font is changed directly on the table window we must scale the child columns.
(Inherited from SalTableWindowBase.)
Public propertyIsEmbedded
Returns true if the SalTableWindow control is embedded and the columns are owned/parented by the container.
(Inherited from SalTableWindow.)
Public propertyItem[([( Int32])])
Returns the table column object with the specified column ID. The ID is 1-based.
(Inherited from SalTableWindow.)
Public propertyItem[([( String])])
Returns the table column object with the specified name.
(Inherited from SalTableWindow.)
Public propertyLabel
Returns/Sets the label associated with this control.
(Inherited from SalTableWindow.)
Public propertyLinesPerRow
Number of lines per row.
(Inherited from SalTableWindow.)
Public propertyMainGrid
Returns the main grid control.
(Inherited from SalTableWindowBase.)
Public propertyModified (Inherited from SalTableWindow.)
Public propertyNamedProperties
Returns the collection of named properties.
(Inherited from SalTableWindow.)
Public propertyReadOnly
Returns/Sets the ReadOnly flag. When the ReadOnly flag is true the entire TableWindow control cannot be edited. However, the Mouse, scrolling and the Keyboard are still active.
(Inherited from SalTableWindow.)
Public propertyRedraw
Enables/Disables redrawing for the control.
(Inherited from SalTableWindowBase.)
Public propertyRowHeader
Returns the column used as the row header.
(Inherited from SalTableWindowBase.)
Public propertyRowHeaderFlags
Returns/Sets row header flags. TBL_RowHdr_*
(Inherited from SalTableWindowBase.)
Public propertyRowHeaderImages
Returns the collection of images used to show row flags on the row header. The collection contains DictionaryEntry items where the key is the flags to test and the value is the image object. Row flags are tested in the order they are found in the list.
(Inherited from SalTableWindowBase.)
Public propertyRowHeaderTitle
Returns/Sets the row header title.
(Inherited from SalTableWindowBase.)
Public propertyRowHeaderWidth
Returns/Sets the row header width.
(Inherited from SalTableWindowBase.)
Public propertyRows
Returns the collection of rows in the main grid.
(Inherited from SalTableWindowBase.)
Public propertyShowCellLabels
Gets or sets whether the grid should display labels over cells whose contents are partially hidden.
(Inherited from SalTableWindowBase.)
Public propertyShowCursor
Enables/Disables the arrow icon on the current row.
(Inherited from SalTableWindowBase.)
Public propertyShowFocusRow
Enables/Disables the focus frame around the current row.
(Inherited from SalTableWindowBase.)
Public propertySplitGrid
Returns the split grid control.
(Inherited from SalTableWindowBase.)
Public propertySplitRows
Returns the collection of rows in the split grid.
(Inherited from SalTableWindowBase.)
Public propertySplitter
Returns the splitter control between the main grid and the split grid.
(Inherited from SalTableWindowBase.)
Public propertyTableFlags
Returns/Sets table flags. TBL_Flag_*
(Inherited from SalTableWindowBase.)
Public propertyTooltipStatus
Multiple Inheritance: Wrapper property.
Public propertyTooltipText
Multiple Inheritance: Wrapper property.
Public propertyTrimming
Defines how to trim the content that doesn't fit the width of the cell.
(Inherited from SalTableWindowBase.)
Public propertyUseVisualStyles
Enables/Disabled drawing of columns and rows headers using the current visual style theme renderer.
(Inherited from SalTableWindowBase.)

Events

  NameDescription
Public eventMessageActions (Inherited from SalTableWindow.)

See Also