public method IO2GAccountRow.isCellChanged

Brief

Gets a flag indicating whether the value of the cell is changed.

Declaration
C++
virtual bool  isCellChanged (int column) = 0

Parameters
column

The index of the column. The index should be between 0 and columns().size() - 1.

Details

The flag can be uses for optimizing processing of chnages. Example, a GUI client application, that show tables, can redraw only changed value for this row.

Declared in IO2GRow

back