Vcl.ComCtrls.THeaderControl.OnCreateSectionClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCreateSectionClass: TCustomHCCreateSectionClassEvent read FOnCreateSectionClass write FOnCreateSectionClass;

C++

__property OnCreateSectionClass;

Properties

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

Description

Runtime specification of section object class.

Vcl.ComCtrls.THeaderControl.OnCreateSectionClass inherits from Vcl.ComCtrls.TCustomHeaderControl.OnCreateSectionClass. All content below this line refers to Vcl.ComCtrls.TCustomHeaderControl.OnCreateSectionClass.

Runtime specification of section object class.

The OnCreateSectionClass event occurs when a new header section object is about to be created. This event handler is of type Vcl.ComCtrls.TCustomHCCreateSectionClassEvent.

See Also