BBjGridCell::getChangedData
Description
In BBj 18.0 and higher, this method returns a list of data that has changed in the BBjGridCell. This is the only data that will be updated when the cell is set to the grid.
Syntax
Return Value |
Method |
getChangedData() |
Parameters
None.
Return Value
Returns a BBjVector of int constant values of the changed data.
Constants
0 |
ROW |
1 |
COLUMN |
2 |
TEXT |
3 |
MASK |
4 |
STYLE |
5 |
FOREGROUND_COLOR |
6 |
BACKGROUND_COLOR |
7 |
IS_EDITABLE |
8 |
IS_SELECTED |
9 |
RESTORE |
10 |
RELATED |
11 |
STATE |
12 |
LIST_SELECTION |
Example
|
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.