Vcl.ComCtrls.TCustomHeaderControl.OnDrawSection

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnDrawSection: TCustomDrawSectionEvent read FOnDrawSection write FOnDrawSection;

C++

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

Eigenschaften

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

Beschreibung

Zeichnet den Kopfzeilenabschnitt.

In einer Ereignisbehandlungsroutine für OnDrawSection können Sie eigenen Quelltext zum Zeichnen des Abschnitts bereitstellen. OnDrawSection tritt nur ein, wenn die Eigenschaft Style des Kopfzeilenabschnitts (auf die durch das Array Sections zugegriffen wird) auf hsOwnerDraw gesetzt ist.

OnDrawSection ist eine Ereignisbehandlungsroutine des Typs TCustomDrawSectionEvent.

Siehe auch