TdxBar.Merge(TdxBar) Method
In This Article
Merges a given toolbar with the current toolbar.
#Declaration
Delphi
procedure Merge(ABar: TdxBar);
#Parameters
Name | Type |
---|---|
ABar | Tdx |
#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