Vcl.Outline.TCustomOutline.Move

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

説明

アウトラインのノードを移動します。

Move メソッドを呼び出すと,Source パラメータで指定されたインデックスを持つノードを Destination パラメータで示される位置に移動します。Destination パラメータの内容は,AttachMode パラメータの値に依存します。

関連項目