FireDAC.Comp.UI.TFDGUIxWaitCursor

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.UI.TFDGUIxComponentFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDGUIxWaitCursor

Delphi

TFDGUIxWaitCursor = class(TFDGUIxComponent, IFDGUIxWaitCursor)

C++

class PASCALIMPLEMENTATION TFDGUIxWaitCursor : public TFDGUIxComponent

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI FireDAC.Comp.UI

Description

This component allows to control the wait cursor.

Use TFDGUIxWaitCursor to add the IFDGUIxWaitCursor interface implementation to your application. This implementation is mandatory for FireDAC applications.

TFDGUIxWaitCursor has forms, FMX, and console implementations. Use the Provider property to select the desired implementation.

Note: Setting the TFDGUIxWaitCursor.Provider property value also changes the default application GUIx provider. For example, setting it to Console sets the console provider for all GUIx components.

See Also