BackColor | Default background color of non-fixed table cells |
---|---|
ColFirstVisible | Column index that is displayed as the first one after the fixed columns |
Cols | The number of table columns |
Dim | Initial table configuration |
Draw | Redrawing table |
FillFromInfo | Reading data from object displayed in the INFO system |
FitWidth | Adjustment of column width to current table width |
FixedBackColor | Default background color of table fixed cells |
FixedCols | The number of fixed table columns |
FixedFont | Fixed table columns font |
FixedForeColor | Default text color of the table fixed cells |
FixedRows | The number of fixed table rows |
FocusedCellText | Value of focused cell |
FocusedCol | Column index of focused cell |
FocusedRow | Row index of focused cell |
FocusVisible | Enable to switch off default frame of focused cell |
Font | Font of non-fixed table cells |
ForeColor | Default text color of non-fixed table cells |
GetColPrivateData | Returns auxiliary column value |
GetColWidth | Returns column width (in pixels) |
GetRowPrivateData | Returns auxiliary row value |
Grid | Enable drawing grid of non-fixed cells |
InsertRow | Insert new row in table |
Interaction | Control type of the table |
IsCellFocused | Detects whether cell has focus |
RemoveRow | Removes row from table |
ResizeColEnabled | Enable/disable to change column width |
RowFirstVisible | Row index that is displayed as the first one after the fixed rows |
Rows | The number of table rows |
SetColPrivateData | Sets auxiliary column value |
SetColWidth | Sets column width (in pixels) |
SetEditMode | Sets cell to edit mode |
SetFocus | Causes the object to receive the focus |
SetRowPrivateData | Sets auxiliary row value |
StartHeight | Row height |
StartWidth | Default column width |
GetCellBackColor | Returns background color of the cell |
---|---|
GetCellEditable | Returns the flag whether it is enabled to edit the cell |
GetCellForeColor | Returns text color of the cell |
GetCellText | Returns text of the cell |
GetCellTextAlign | Returns text alignment of the cell |
GetCellTextAlignVert | Returns vertical text alignment of the cell |
SetCellBackColor | Sets background color of the cell (eventually the whole columns and rows) |
SetCellEditable | Enable/disable the possibility to edit the cell (eventually the whole columns and rows) |
SetCellForeColor | Sets text color of the cell (eventually the whole columns and rows) |
SetCellText | Sets text of the cell |
SetCellTextAlign | Sets the horizontal cell text alignment |
SetCellTextAlignVert | Sets vertical cell text alignment |
onCellClicked | Is triggered when cell receives mouse click |
---|---|
onCellEdited | Is triggered when cell editing is finished |
onCellEditRequested | Is triggered when cell editing is started |
onCellFocusChanged | Is triggered when cell focus is changed |
onCellTextChange | Is triggered when edited text is changed |
onFixedCellClicked | Is triggered when fixed cell receives mouse left button click |
onDataUpdate | Is triggered on request for data on dragging scrollbar |
onFocusIn | Is triggered if the object receives focus |
onFocusOut | Is triggered if the object loses focus |
onModeChange | Is triggered when the Pmg object mode changes |
onRefresh | Is triggered on the data refresh of the Pmg object |
onStart | Is triggered on the construction of the Pmg object in the course of opening the panel |
onStop | Is triggered on the destruction of the Pmg object in the course of closing the panel |
Object | General information about the object |
---|---|
Content | Content of the Pmg object in the XML form |
Position | Setting the position, width and height of the Pmg object |
Variables | List and configuration of user defined Pmg object variables |
Events | Algorithms definition for the object events |
Methods | Definition of designer's method of the Pmg object |
Table | Basic parameters of the table |
Columns | Settings of table rows properties |
Cells | Settings of table cell properties |