Vcl.ComCtrls.TCustomHeaderControl.OnSectionCheck

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSectionCheck: TCustomSectionNotifyEvent read FOnSectionCheck  write FOnSectionCheck;

C++

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

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl

Description

OnSectionCheck is an event handler of type Vcl.ComCtrls.TCustomSectionNotifyEvent.

See Also