FireDAC.Comp.UI.TFDGUIxWaitCursor.OnShow

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property OnShow: TNotifyEvent read FOnShow write FOnShow;

C++

__property System::Classes::TNotifyEvent OnShow = {read=FOnShow, write=FOnShow};

Description

Fires after the wait cursor is shown.

Write an event handler for the OnShow event to specify the actions to be taken after the wait cursor is shown.

See Also