求助!TreeView中Click之后,我想知道它是否是一枝的末端,也就是没有子结点了,怎么判断?(50分)

  • 主题发起人 主题发起人 fatimaEST
  • 开始时间 开始时间
F

fatimaEST

Unregistered / Unconfirmed
GUEST, unregistred user!
我想应该挺简单,但就是不知道怎么判断最好?
 
只要判断此节点的Items.count是否为零就行了
 
用 Selected.Count 属性。

Indicates the number of direct descendants of a tree node.

property Count: Integer;

Description

Use Count to determine how many child nodes belong to a tree node. Count includes
only immediate children, and not their descendants. Count can be useful when iterating
through the children of a tree node.
 
多人接受答案了。
 

Similar threads

回复
0
查看
804
不得闲
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
回复
0
查看
568
不得闲
后退
顶部