Vcl.Forms.TCustomForm.OnShow

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnShow: TNotifyEvent read FOnShow write FOnShow stored IsForm;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
event protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Se produit quand la fiche est affichée (c'est-à-dire quand la propriété Visible de la fiche prend la valeur true).

Utilisez l'événement OnShow pour effectuer des actions particulières quand la fiche est affichée (c'est-à-dire quand la propriété Visible de la fiche prend la valeur true).

Voir aussi