RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomOutline.Move Method

Repositions a node in the outline.

Pascal
procedure Move(Destination: LongInt; Source: LongInt; AttachMode: TAttachMode);
C++
__fastcall Move(LongInt Destination, LongInt Source, TAttachMode AttachMode);

Call Move to reposition the node with the index specified by the Source parameter to the position indicated by the Destination parameter. The meaning of the Destination parameter depends on the value of the AttachMode parameter. 

 

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