Skip to main content

TdxCustomDockControlProperties.Cursor Property

Specifies the default value of the Cursor property of dynamically created dock controls.

Declaration

property Cursor: TCursor read; write; default crDefault;

Property Value

Type Default
TCursor crDefault

Remarks

Use the Cursor property to set the default value for the Cursor property of dock controls created dynamically. Please refer to the dock control’s Cursor property description for details on the functionality it provides.

See Also