Declaration
property ObjGripSize: integer;
Description
Specifies the grip's size as shown when an object is selected.
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of ObjGripSize, use:
TImageEnView.SetLayersGripStyle
ImageEnView1.SetLayersGripStyle(clWhite, clWhite, bsSolid, 5, iegsCircle);