Associates
List of TPersistent objects which properties may be bind via BindProperty of node.property Associates: TNxAssociates6 read GetAssociates;Binding is useful when you need to automatically link other object property to node value in Next Layout 6.
In next example item will display value from Edit's Text property.
Example:
Edit1.Text := 'Test';
NextLayout61.Associates.Add(Edit1);
NextLabout61.Nodes[2].BindProperty := 'Text';