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)();

Sender is the outline control whose node just changed. 

Index is the index of the node that just changed. 

 

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