RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOutline.OnCollapse Event

Occurs immediately after a node in the outline is collapsed.

Pascal
property OnCollapse: EOutlineChange;
C++
__property EOutlineChange OnCollapse;

Write an OnCollapse event handler to perform special processing when a node in the outline is collapsed. The event handler supplies the index of the node that collapsed. 

 

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