RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeader.OnSizing Event

Occurs before the header is resized.

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

Write an OnSizing event handler to perform special processing immediately before the header is resized. In this event, AWidth is the width that the section will have after it is resized. Use the SectionWidth property to determine the current size of the section. 

 

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