Data.DB.ScreenCursorProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ScreenCursorProc: procedure (const CurIndex : integer);

C++

extern DELPHI_PACKAGE void __fastcall (*ScreenCursorProc)(const int CurIndex);

Properties

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

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.

See Also