Vcl.ExtCtrls.TSectionEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TSectionEvent = procedure(Sender: TObject;
ASection, AWidth: Integer) of object;

C++

typedef void __fastcall (__closure *TSectionEvent)(System::TObject* Sender, int ASection, int AWidth);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

TSectionEvent est le type des gestionnaires d'événements qui répondent quand une section d'un contrôle THeader est redimensionnée.

Sender est le contrôle en-tête.

ASection représente l'index de la section qui a été redimensionnée.

AWidth est la largeur de la section.

See Also