RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomHeaderControl.OnCreateSectionClass Event

Runtime specification of section object class.

Pascal
property OnCreateSectionClass: TCustomHCCreateSectionClassEvent;
C++
__property TCustomHCCreateSectionClassEvent OnCreateSectionClass;

The OnCreateSectionClass event occurs when a new header section object is about to be created. If the event handler exists, it 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!