Vcl.ComCtrls.TCustomHCCreateSectionClassEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TCustomHCCreateSectionClassEvent)(TCustomHeaderControl* Sender, THeaderSectionClass &SectionClass);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.ComCtrls.hpp Vcl.ComCtrls Vcl.ComCtrls

Description

TCustomHCCreateSectionClassEvent is a procedure called by the TCustomHeaderControl class OnCreateSectionClass event.

The OnCreateSectionClass event handler is called with SectionClass set to THeaderSection. The event handler can modify this value to any descendant of THeaderSection, which will then be used to create the header section object.

See Also