Vcl.Outline.TOutlineNode.GetLastChild

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

Delphi

function GetLastChild: LongInt;

C++

int __fastcall GetLastChild();

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TOutlineNode

説明

GetLastChild メソッドはアウトラインノードで最後の下位ノードの Index 値を返します。

ノード内の最後の下位項目を検索する場合に,GetLastChild メソッドを呼び出します。ノードに下位項目がない場合,GetLastChild は -1 を返します。

関連項目