StringGrid components : OldValue at OnCellValidate event

Hi

Is it possible to add the Old value of the cell at OnCellValidate event in add of actual value ?

Regards

You can access it via:

grid.OriginalCellValue: string;

Thanks you
I didn't know
Sorry