Table
Previous Top Next

Table control has two functions.
It stores a set of records (rows) and allows accessing the data, manipulating the data and saving and loading the data.
Table control is also a grid control and allows showing data in a grid.
You can use the Table control with Visible set to false as a data reference or use it also to show the data.
See Database for more information.

Properties and Methods:
             AddCol
             AddRow
             BringToFront
             CaseSensitive
             Cell
             Clear
             ColCount
             ColName
             ColNumber
             Color
             ColWidth
             Dispose
             Enabled
             Filter
             Focus
             FontColor
             FontSize
             HeaderColor
             HeaderFontColor
             HeaderVisible
             Height
             Left
             LinesColor
             LoadCSV
             LoadXML
             Name
             Refresh
             RemoveCol
             RemoveRow
             RowCount
             SaveCSV
             SaveXML
             SelectCell
             SelectedCol
             SelectedRow
             TableSort
             Top
             Visible
             Width
Events:
             SelectionChanged