Skip to main content

TcxCustomGridRecord.Invalidate(TcxCustomGridTableItem) Method

Updates a record or a record cell.

Declaration

procedure Invalidate(AItem: TcxCustomGridTableItem = nil); virtual;

Parameters

Name Type
AItem TcxCustomGridTableItem

Remarks

The Invalidate method can be used to update a record or a particular cell. If the AItem parameter is NIL the whole record is invalidated. Otherwise, only a cell corresponding to the table item referenced by the AItem parameter is redrawn.

See Also