Data.DB.ScreenCursorProc
[–] Properties | |
---|---|
Type: variable | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: Data.DB |
Delphi
ScreenCursorProc: procedure (const CurIndex : integer);
C++
extern DELPHI_PACKAGE void __fastcall (*ScreenCursorProc)(const int CurIndex);
Description
Specifies a method to change the screen cursor.
The ScreenCursorProc variable specifies a method to change the screen cursor. It is used to hide and show the hourglass cursor while showing a login dialog during the connecting process. The Vcl.DBLogDlg unit sets this variable.