Skip to main content

TcxCustomGridView.ShowHourglassCursor Method

Displays the hourglass cursor.

Declaration

procedure ShowHourglassCursor;

Remarks

The ShowHourglassCursor method forces the grid to display the hourglass cursor regardless of the View’s OptionsBehavior.ShowHourglassCursor setting.

Use the ShowHourglassCursor method to manually display the hourglass cursor in time-consuming operations.

To suppress the hourglass cursor when operations are complete, use the HideHourglassCursor method.

See Also