Vcl.ComCtrls.TCustomHeaderControl.OnSectionResize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnSectionResize: TCustomSectionNotifyEvent read FOnSectionResize  write FOnSectionResize;

C++

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

Eigenschaften

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

Beschreibung

Reagiert auf Änderungen der Spaltenbreite.

OnSectionResize wird ausgelöst, wenn der Benutzer die Breite eines Kopfzeilenabschnitts ändert. OnSectionResize tritt ein, wenn der Benutzer die Maustaste loslässt.

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

Siehe auch