Vcl.ComCtrls.TCustomHeaderControl.OnCreateSectionClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCreateSectionClass: TCustomHCCreateSectionClassEvent read FOnCreateSectionClass  write FOnCreateSectionClass;

C++

__property TCustomHCCreateSectionClassEvent OnCreateSectionClass = {read=FOnCreateSectionClass, write=FOnCreateSectionClass};

Properties

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

Description

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