FMX.Forms.TCommonCustomForm.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 public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Se produit quand la fiche est affichée (c'est-à-dire quand la propriété Visible de la fiche est définie sur True).

Utilisez OnShow pour effectuer des actions particulières quand la fiche est affichée (c'est-à-dire quand la propriété Visible de la fiche est définie sur True).

Voir aussi