Vcl.ComCtrls.TCustomHeaderControl.OnDrawSection

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnDrawSection: TCustomDrawSectionEvent read FOnDrawSection write FOnDrawSection;

C++

__property TCustomDrawSectionEvent OnDrawSection = {read=FOnDrawSection, write=FOnDrawSection};

Propriétés

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

Description

Dessine la section d'en-tête.

Utilisez OnDrawSection pour définir un code de dessin de section personnalisé. OnDrawSection ne se produit que si la propriété Style (accessible via le tableau Sections) de la section d'en-tête a la valeur hsOwnerDraw.

OnDrawSection est un gestionnaire d'événements du type TCustomDrawSectionEvent.

Voir aussi