Vcl.ComCtrls.TTreeNode.IsFirstNode

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

Delphi

function IsFirstNode: Boolean;

C++

bool __fastcall IsFirstNode();

プロパティ

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

説明

ツリーノードが先頭かどうかを示します。

IsFirstNode は,親ノードまたは 1 つ前のノードがない最初のノードに true を返します。

関連項目