Data.DB.TDBScreenCursor

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

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

C++

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

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.