Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomHCCreateSectionClassEvent

TCustomHCCreateSectionClassEvent - generic event handler method for custom creation of header control.

Declaration

Source position: comctrls.pp line 3960

type TCustomHCCreateSectionClassEvent = procedure(

  Sender: TCustomHeaderControl;

  var SectionClass: THeaderSectionClass

) of object;