TdxBarManager.OnMergeItemLink Event
Fires before an item link is added to the merging bar.
Declaration
property OnMergeItemLink: TdxBarMergeItemLinkEvent read; write;
Remarks
The OnMergeItemLink event fires when the TdxBarManager.Merge or the TdxBar.Merge method is invoked.
Implement the OnMergeItemLink event handler to arrange bar items manually.
Sender specifies the bar manager which will merge the bar items.
ADstItemLinks specifies the item links collection of the merging bar manager.
ASrcItemLinks specifies the item links collection of the source bar manager.
ASrcItemLink specifies the item link of the source bar manager.
AMergeKind specifies the manner in which the bar item is merged into the target bar (see the TdxBarItem.MergeKind property).
AMergeIndex specifies the position of bar items in the target bar (see the TdxBarItem.MergeOrder property).
See Also