| Load |
Loads grids definition and data. |
| LoadLayout |
Loads definition for a specific grid. |
| LoadData |
Loads data for a specific grid. |
| Show |
Displays a grid in an absolute position. |
| ShowRelative |
Displays a grid in an relative position. |
| Hide |
Hides a grid. |
| Move |
Moves a grid to a specified position. |
| GetRowData |
Returns a one dimentional array of strings from a specified row. |
| SetRowData |
Set a one dimentional array of strings to a specified row. |
| GetCellData |
Gets a string value from a specified cell. |
| SetCellData |
Sets a string value to a specified cell. |
| Refresh |
Refresh virtual memory. |
| Sort |
Sort grid. |
| Filter |
Filter grid. |
| HideBand |
Hide band. |
| UnHideBand |
Unhide band. |
| AddNew |
Add new empty record to the end of the data set. |
| Delete |
Delete a record. |
| UpdateAll |
Updates all records in a given column to a given value. |
| GetSeleted |
Returns an array of values representing selected properties. |
| GetRows |
Gets the total number of rows in the data set. |
|
GetColumns
|
Gest the total number of columns in the data set.
|
|
GetBands
|
Gets the total number of bands in the grid.
|
|
OnLoad
|
Fires when data are loaded.
|
|
OnAddNew
|
Fires before user manually adds a new record.
|
|
OnDelete
|
Fires before user deletes a record.
|
|
OnSort
|
Fires before user manually sorts the grid.
|
|
OnFilter
|
Fires before user manually filters the grid.
|
|
OnBeforeEdit
|
Fires before user manually activates inline editor (onclick).
|
|
OnAfterEdit
|
Fires after user leaves current inline editor.
|
|
OnRowDblClick
|
Fires when user double clicks on a row.
|
|
OnButton
|
Fires when user clicks on button editor.
|
|
OnError
|
Fires when error occurs.
|