Specifies a property to which node will bind it's value.
property BindProperty: string read FBindProperty write SetBindProperty;
Example
NextLayout61.Associates.Add(Edit1);
BackgroundColor.BindProperty := 'Color';
FontSize.BindProperty := 'Font.Size'; // Sub-properties can be used