Data.DB.TDBScreenCursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDBScreenCursor = (dcrDefault, dcrHourGlass, dcrSQLWait, dcrOther);

C++

enum DECLSPEC_DENUM TDBScreenCursor : unsigned char { dcrDefault, dcrHourGlass, dcrSQLWait, dcrOther };

Properties

Type Visibility Source Unit Parent
enum public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

TDBScreenCursor is a set that specifies the form of the mouse cursor over the screen.

TDBScreenCursor is a set that is used to indicate the type of the mouse cursor over the screen. The possible values for TDBScreenCursor are listed in the following table:


Value Description

dcrDefault

The default mouse cursor.

dcrHourGlass

The hourglass mouse cursor.

dcrSQLWait

The hourglass with the SQL text below the mouse cursor.

dcrOther

Other mouse cursor.