[Overview][Classes][Index] Reference for unit 'resourcetree' (#fcl-res)

TResourceTreeNode.NamedEntries

Indexed array of named sub nodes of the node

Declaration

Source position: resourcetree.pp line 62

public property TResourceTreeNode.NamedEntries[index: Integer] : TResourceTreeNode
  read GetNamedEntry;

Description

This property can be used to access all named sub nodes in the node.

Remark: This array is 0-based: valid elements range from 0 to NamedCount-1.

See also

TResourceTreeNode.NamedCount

  

The number of named sub nodes of the node

TResourceTreeNode.IDEntries

  

Indexed array of ID sub nodes of the node


Documentation generated on: May 14 2021