Skip to main content

TdxLayoutLabeledItemCustomCaptionOptions.Cursor Property

Specifies the cursor displayed when the mouse pointer hovers over the layout item caption.

Declaration

property Cursor: TCursor read; write; default crDefault;

Property Value

Type Default
TCursor crDefault

Remarks

Use this property to set a cursor that reflects the layout item’s purpose.

The Cursor property’s default value is crDefault.

See Also