Vcl.ExtCtrls.TCustomCategoryPanel.OnExpand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnExpand: TNotifyEvent read FOnExpand write FOnExpand;

C++

__property System::Classes::TNotifyEvent OnExpand = {read=FOnExpand, write=FOnExpand};

Propriétés

Type Visibilité  Source Unité  Parent
event public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanel

Description

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