RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeader.OnSized Event

Occurs after the header has been resized.

Pascal
property OnSized: TSectionEvent;
C++
__property TSectionEvent OnSized;

Write an OnSized event handler to perform special processing after the header has been resized. In this event, the AWidth parameter is the width of the section before it was resized. Use the SectionWidth property to determine the new size of the section. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!