Vcl.ComCtrls.TTreeNode.AbsoluteIndex

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

Delphi

property AbsoluteIndex: Integer read GetAbsoluteIndex;

C++

__property int AbsoluteIndex = {read=GetAbsoluteIndex, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

説明

ツリーノードで最初のノードを基準にしたノードのインデックスです。

AbsoluteIndex プロパティは,ツリーノードオブジェクトにおけるノードの絶対位置を取得できます。ツリーノードオブジェクトの最初のノードのインデックスは 0 で,その以降のノードには順に番号が付きます。ノードに子がある場合,親ノードの AbsoluteIndex は最初のノードから 1 を引いた値になります。

関連項目