FireDAC.Comp.UI.TFDGUIxWaitCursor.ScreenCursor

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
Unit: FireDAC.Comp.UI
Parent: TFDGUIxWaitCursor

Delphi

property ScreenCursor: TFDGUIxScreenCursor read GetScreenCursor write SetScreenCursor

C++

__property Firedac::Ui::Intf::TFDGUIxScreenCursor ScreenCursor = {read=GetScreenCursor, write=SetScreenCursor, default=3};

Description

Specifies the cursor to use when FireDAC is busy.

Use the ScreenCursor property to specify the mouse cursor to use to show that FireDAC is busy.

The default value is gcrSQLWait.

See Also