Vcl.ComCtrls.TCustomHeaderControl.OnSectionCheck

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnSectionCheck: TCustomSectionNotifyEvent read FOnSectionCheck  write FOnSectionCheck;

C++

__property TCustomSectionNotifyEvent OnSectionCheck = {read=FOnSectionCheck, write=FOnSectionCheck};

Eigenschaften

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

Beschreibung

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

Siehe auch