Vcl.ComCtrls.THeaderControl.OnCreateSectionClass

From RAD Studio API Documentation

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. {{#multireplace:Vcl.ComCtrls.THeaderControl.OnCreateSectionClass|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ComCtrls.TCustomHeaderControl.OnCreateSectionClass|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ComCtrls.TCustomHeaderControl.OnCreateSectionClass|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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