This property refers to the type of button on the image editing toolbar

[C++Builder]   imagekitcontrolname->Edit->Action[ = TVIkSelEditFunc ]
[Delphi]   imagekitcontrolname.Edit.Action[ = TVIkSelEditFunc ]

[TVIkSelEditFunc Type]

Unit
     IkInit

type
     TVIkSelEditFunc = (vikArrow, vikZoom, vikSelect, vikFreeSelect, vikPen, vikSelectColor, vikRectangle, vikEllipse, vikRoundRect, vikLine, vikBezier, vikFillColor, vikAirBrush, vikText, vikFont, vikEraser, vikPolyline, vikPolygon, vikStamp, vikImage);

Property Value

Value Explanation
vikArrow Arrow Cursor (Raster), Select (Vector)
vikZoom Zoom (Raster and Vector)
vikSelect Select an area (Raster and Vector)
vikFreeSelect FreeSelect (Raster only)
vikPen Pen (Raster only)
vikSelectColor PickColor (Raster only)
vikRectangle Rectangle (Raster and Vector)
vikEllipse Ellipse (Raster and Vector)
vikRoundRect RoundRect (Raster and Vector)
vikLine Line (Raster and Vector)
vikBezier Curve (Raster only)
vikFillColor Fill (Raster only)
vikAirBrush AirBrush (Raster only)
vikText Text (Raster and Vector)
vikFont Font (Raster and Vector)
vikEraser Eraser (Raster only)
vikPolyline PolyLine (Vector only)
vikPolygon Polygon (Vector only)
vikStamp Stamp (Raster only)
vikImage Image (Vector only)

Explanation

The Action property refers to the type of button on the image editing toolbar. When a button is clicked on the image editing toolbar, that button's value is set in this property. Conversely, when the property value is set the buttons appearance on the image editing toolbar can reflect this value.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit 7/8/9/10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are ikArrow, ikZoom, ikSelect, ikFreeSelect, ikPen, ikSelectColor, ikRectangle, ikEllipse, ikRoundRect, ikLine, ikBezier, ikFillColor, ikAirBrush, ikText, ikFont, ikEraser, ikPolyline, ikPolygon, ikStamp, ikImage.

 

The ImageKit10 VCL is a product created by Newtone Corporation