Vcl.ComCtrls.TCustomHeaderControl.OnSectionClick

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnSectionClick: TCustomSectionNotifyEvent read FOnSectionClick

C++

__property TCustomSectionNotifyEvent OnSectionClick = {read=FOnSectionClick, write=FOnSectionClick};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl

Beschreibung

Reagiert auf Mausklicks in einem Kopfzeilenabschnitt.

OnSectionClick wird ausgelöst, wenn der Benutzer auf einen Kopfzeilenabschnitt klickt.

OnSectionClick ist eine Ereignisbehandlungsroutine des Typs Vcl.ComCtrls.TCustomSectionNotifyEvent.

Siehe auch