TdxBarManager.RenameToolBar(TdxBar) Method
Displays the Rename Toolbar dialog used for editing the ABar toolbar’s caption.
Declaration
procedure RenameToolBar(ABar: TdxBar);
Parameters
Name | Type |
---|---|
ABar | TdxBar |
Remarks
Use the IsCustomizing property to make sure that the Customization Form window is active prior to invoking the RenameToolBar method.
ABar specifies the bar to be renamed.
See Also