This property sets the shape of the cursor when the mouse is within the Record Control.

[Delphi]   recordcontrolname.Cursor[ = TCursor ]

Property Value

crDefault or crArrow. For details, please refer to Delphi help documentation.

Explanation

The Cursor property sets the shape of the cursor when the mouse is within the Record Control.

For details about the types of cursors that can be set, please refer to the explanation of TControl.Cursor in the Delphi help documentation.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit10 ActiveX

This property combines that ActiveX properties MouseCursorFile and MourseCursorType.

 

The ImageKit10 VCL is a product created by Newtone Corporation