Vcl.ComCtrls.TTabSheet.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
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTabSheet

Description

Se produit quand la propriété TabVisible prend la valeur true.

Ecrivez un gestionnaire d'événement OnShow pour avoir une action spécifique lorsque la feuille à onglet apparaît dans son contrôle page après avoir été temporairement cachée.

Voir aussi