Vcl.ComCtrls.TCustomHeaderControl.OnSectionResize

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnSectionResize: TCustomSectionNotifyEvent read FOnSectionResize  write FOnSectionResize;

C++

__property TCustomSectionNotifyEvent OnSectionResize = {read=FOnSectionResize, write=FOnSectionResize};

Propriétés

Type Visibilité  Source Unité  Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl

Description

Répond au redimensionnement des sections.

L'événement OnSectionResize se produit lorsque l'utilisateur redimensionne une section d'en-tête. OnSectionResize se produit lorsque l'utilisateur relâche le bouton de la souris.

OnSectionResize est un gestionnaire d'événements du type Vcl.ComCtrls.TCustomSectionNotifyEvent.

Voir aussi