FireDAC.Comp.UI.TFDGUIxWaitCursor
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
- FireDAC.Stan.Option.TFDResourceOptions.CmdExecMode
- FireDAC.Comp.UI.TFDGUIxComponent.Provider
- Preparing a FireDAC Application for Run Time
- Mobile Tutorial: Using FireDAC in Mobile Applications (iOS and Android)