RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Outline.EOutlineChange Type

EOutlineChange is the type of event handlers that respond when the nodes in an outline control change.

Pascal
EOutlineChange = procedure (Sender: TObject; Index: LongInt) of object;
C++
(Sender: TObject; Index: LongInt) ( EOutlineChange)();

Outline

Sender is the outline control whose node just changed. 

Index is the index of the node that just changed. 

 

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