Back to Devexpress

TcxCustomGridView.ShowHourglassCursor Method

vcl-cxgridcustomview-dot-tcxcustomgridview-bdabde07.md

latest861 B
Original Source

TcxCustomGridView.ShowHourglassCursor Method

Displays the hourglass cursor.

Declaration

delphi
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

TcxCustomGridView Class

TcxCustomGridView Members

cxGridCustomView Unit