Vcl.Outline.TCustomOutline.Move

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Move(Destination, Source: LongInt; AttachMode: TAttachMode);

C++

void __fastcall Move(int Destination, int Source, TAttachMode AttachMode);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

Description

Repositions a node in the outline.

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.

See Also