RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomOutline.OnExpand Event

Occurs immediately after a node in the outline is expanded.

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

Write an OnExpand event handler to perform special processing when a node in the outline is expanded. The event handler identifies the node that was just expanded. 

 

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