Show: Delphi C++
Display Preferences

Data.DB.TDBScreenCursor

From XE2 API Documentation
Jump to: navigation, search

Delphi

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

C++

enum 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.

Personal tools
Previous Versions
Translations