Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.RenameToolBar(TdxBar) Method

Displays the Rename Toolbar dialog used for editing the ABar toolbar’s caption.

#Declaration

Delphi
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