TdxBar.Merge(TdxBar) Method
Merges a given toolbar with the current toolbar.
Declaration
procedure Merge(ABar: TdxBar);
Parameters
Name | Type |
---|---|
ABar | TdxBar |
Remarks
Use the Merge method to join the current and the ABar toolbars.
Note
with this method, you can sequentially merge any number of toolbars with the current toolbar.
See Also