Skip to main content

TdxBarCaptionButtons.Add Method

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

Declaration

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