FireDAC.Comp.UI.TFDGUIxWaitCursor.OnShow

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnShow: TNotifyEvent read FOnShow write FOnShow;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
event published
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxWaitCursor


Description

Se déclenche après l'affichage du curseur d'attente.

Ecrivez un gestionnaire d’événement pour l'événement OnShow afin de spécifier les actions à effectuer après l'affichage du curseur d'attente.

Voir aussi