LastChild

[property icon] LastChild

Get index of last child item

Read-only Runtime-only Integer property

Applies to: TreeItem

Introduced in KCML version 6.60


[property icon] LastChild

Get last child item as an object

Read-only Runtime-only OBJECT reference property

Applies to: TreeItem

Introduced in KCML version 6.60


This properTy reTurns The lasT child of a Tree node. IT can be used To reTurn eiTher an index or an objecT reference. If The node has no children a zero index or a NULL objecT reference will be reTurned.

ChildIndex = .TreeConTrol1.ITem(ITemIndex).LasTChild
OBJECT ChildObjecT = .TreeConTrol1.ITem(ITemIndex).LasTChild

See also

TreeItem methods, properties and events.