SalFormTableWindow
PPJ.Runtime.Windows.SalFormTableWindow
public class SalFormTableWindow : SalForm, IEnumerable<SalTableRow>, IEnumerablePublic Class SalFormTableWindow
Inherits SalForm
Implements IEnumerable(Of SalTableRow), IEnumerableConstructors
SalFormTableWindow()
Properties
AllowAutoEditing
AllowRowSizing
AllowSorting
Columns
DisableSplitGrid
Item(id)
Item(name)
LinesPerRow
ReadOnly
RowSizingStyle
TableWindow
Methods
AnyRows(nFlagsOn, nFlagsOff)
Parameter
Type
Description
BeginUpdate()
ClearSelection()
ColumnAverage(nColumnID, nFlagsOn, nFlagsOff)
Parameter
Type
Description
ColumnSum(nColumnID, nFlagsOn, nFlagsOff)
Parameter
Type
Description
CopyRows(nFlagsOn, nFlagsOff)
Parameter
Type
Description
CreateColumn(nColumnPos, nDispWidth, nMaxChars, sTitle)
Parameter
Type
Description
CreateColumnEx(nColumnPos, nDispWidth, sTitle, nMaxChars, nDatatype)
Parameter
Type
Description
DefineRowHeader(sTitle, nWidth, nFlags, column)
Parameter
Type
Description
DefineSplitWindow(nRowsLowerHalf, bDragAdjust)
Parameter
Type
Description
DeleteRow(nRow, nFlag)
Parameter
Type
Description
DeleteSelected(hSql)
Parameter
Type
Description
DeleteSelected(hSql, errorHandler)
Parameter
Type
Description
DestroyColumns()
DoDeletes(hSql, nFlagsOn)
Parameter
Type
Description
DoDeletes(hSql, nFlagsOn, errorHandler)
Parameter
Type
Description
DoInserts(hSql, bClearFlags)
Parameter
Type
Description
DoInserts(hSql, bClearFlags, errorHandler)
Parameter
Type
Description
DoUpdates(hSql, bClearFlags)
Parameter
Type
Description
DoUpdates(hSql, bClearFlags, errorHandler)
Parameter
Type
Description
EndUpdate()
FetchRow(nRow)
Parameter
Type
Description
FindNextRow(nRow, nFlagsOn, nFlagsOff)
Parameter
Type
Description
FindPrevRow(nRow, nFlagsOn, nFlagsOff)
Parameter
Type
Description
GetColumnText(nColumnID, sText)
Parameter
Type
Description
GetColumnText(nColumnID)
Parameter
Type
Description
GetColumnWindow(nCol, nFlags)
Parameter
Type
Description
GetContextRow()
GetLinesPerRow(nLines)
Parameter
Type
Description
GetLinesPerRow()
GetLockedColumns()
GetRowFlags(nRow, nFlags)
Parameter
Type
Description
GetTableFlags(nFlags)
Parameter
Type
Description
InsertRow(nRow)
Parameter
Type
Description
KillCellEdit()
KillFocusRow()
PasteRows()
Populate(hSql, sSelect, nMethod)
Parameter
Type
Description
Populate(hSql, sSelect, nMethod, errorHandler)
Parameter
Type
Description
Populate(hSql, sSelect)
Parameter
Type
Description
Populate(hSql, sSelect, errorHandler)
Parameter
Type
Description
QueryFocusCell(nRow, hWndCol)
Parameter
Type
Description
QueryRowHeader(sTitle, nMaxTitle, nWidth, nFlags, hWndCol)
Parameter
Type
Description
QueryScroll(nPosition, nMinRange, nMaxRange)
Parameter
Type
Description
QuerySplitWindow(nRowsLowerHalf, bDragAdjust)
Parameter
Type
Description
QueryVisibleRange(nMinRange, nMaxRange)
Parameter
Type
Description
ResetTable()
ScrollRow(nRow, column, nFlags)
Parameter
Type
Description
ScrollRow(nRow, column)
Parameter
Type
Description
SetColumnText(nColumnID, sText)
Parameter
Type
Description
SetContextRow(nRow)
Parameter
Type
Description
SetFlagsAnyRows(nFlags, bSet, nFlagsOn, nFlagsOff)
Parameter
Type
Description
SetFocusCell(nRow, column)
Parameter
Type
Description
SetFocusRow(nRow)
Parameter
Type
Description
SetLinesPerRow(nLines)
Parameter
Type
Description
SetLockedColumns(nLockedColumns)
Parameter
Type
Description
SetRange(nMin, nMax)
Parameter
Type
Description
SetRow(nRowPos)
Parameter
Type
Description
SetRowFlags(nRow, nFlags, bSet)
Parameter
Type
Description
SetTableFlags(nFlags, bSet)
Parameter
Type
Description
SortRows(nColumnID, nOrder)
Parameter
Type
Description
Implements
Name
Description
Last updated