FireDAC.Comp.UI.TFDGUIxAsyncExecuteDialog.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: TFDGUIxAsyncExecuteDialog

Delphi

property OnShow: TNotifyEvent read FOnShow write FOnShow;

C++

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

Description

Fires before the dialog is displayed.

Use the OnShow event to perform the actions before the dialog is displayed.

See Also