FireDAC.Comp.UI.TFDGUIxWaitCursor.ScreenCursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScreenCursor: TFDGUIxScreenCursor read GetScreenCursor write SetScreenCursor  default gcrSQLWait;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxWaitCursor

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