FireDAC.Comp.UI.TFDGUIxWaitCursor.ScreenCursor

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ScreenCursor: TFDGUIxScreenCursor read GetScreenCursor write SetScreenCursor  default gcrSQLWait;

C++

__property Firedac::Ui::Intf::TFDGUIxScreenCursor ScreenCursor = {read=GetScreenCursor, write=SetScreenCursor, default=3};

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxWaitCursor

説明

FireDAC がビジー状態の際に使用するカーソルを示します。

ScreenCursor プロパティを使用すると、FireDAC がビジーであることを示すために使用する、マウス カーソルを指定することができます。

デフォルト値は、gcrSQLWait です。

関連項目