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

TdxBarCaptionButtons.Add Method

Adds a new toolbar title button at the end of the collection.

#Declaration

Delphi
function Add: TdxBarCaptionButton;

#Returns

Type
TdxBarCaptionButton

#Remarks

Once added, the new button automatically appears at the far right end of a toolbar’s title. If one or more buttons are already specified prior to the creation of the new button, it’s placed at the leftmost position of the series.

The Add method returns a reference to the newly created button.

See Also