// Use fully white grips ImageEnView1.SetLayersGripStyle( clWhite, clWhite, bsSolid, 5, iesEllipse );
// Use diamond grips for sizing and a left-right arrow for rotation ImageEnView1.SetLayersGripStyle( clBlack, clWhite, bsSolid, 7, iesDiamond, iesArrowLeftRight );
From v14.0.0 grips shapes are of the type TIEShape, whereas previously they were a TIEGripShape. You should change iegsCircle to iesEllipse and iegsBox to iesRectangle.