FireDAC.Comp.Client.TFDCustomManager.WaitCursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WaitCursor: TFDGUIxScreenCursor read GetWaitCursor  write SetWaitCursor default gcrSQLWait;

C++

__property Firedac::Ui::Intf::TFDGUIxScreenCursor WaitCursor = {read=GetWaitCursor, write=SetWaitCursor, default=3};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomManager

Description

Gets or sets the waiting cursor shape.

The WaitCursor property gets or sets the shape of the waiting cursor.

See Also