API:Vcl.ExtCtrls.TCategoryPanel.OnExpand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnExpand: TNotifyEvent read FOnExpand write FOnExpand;

C++

__property OnExpand;

Propriétés

Type Visibilité  Source Unité  Parent
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCategoryPanel

Description

Se produit immédiatement après le développement d'un panneau catégorie.

Vcl.ExtCtrls.TCategoryPanel.OnExpand hérite de Vcl.ExtCtrls.TCustomCategoryPanel.OnExpand. Tout le contenu en-dessous de cette ligne se réfère à Vcl.ExtCtrls.TCustomCategoryPanel.OnExpand.

Se produit immédiatement après le développement d'un panneau catégorie.

Ecrivez un gestionnaire d'événement OnExpand pour effectuer un traitement spécial lorsqu'un panneau catégorie est développé.

Voir aussi