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
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
Unit: FireDAC.Comp.UI
Parent: FireDAC.Comp.UI

Delphi

TFDGUIxWaitCursor = class(TFDGUIxComponent, IFDGUIxWaitCursor)

C++

class PASCALIMPLEMENTATION TFDGUIxWaitCursor : public TFDGUIxComponent

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