FireDAC.Comp.UI.TFDGUIxWaitCursor.WaitCursor

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
Unit: FireDAC.Comp.UI
Parent: TFDGUIxWaitCursor

Delphi

property WaitCursor: IFDGUIxWaitCursor read FWaitCursor

C++

__property Firedac::Ui::Intf::_di_IFDGUIxWaitCursor WaitCursor = {read=FWaitCursor};

Description

Returns a reference to the wait cursor interface.

The WaitCursor returns a reference to the IFDGUIxWaitCursor interface.

See Also