TdxBarCaptionButtons.Add Method
In This Article
Adds a new toolbar title button at the end of the collection.
#Declaration
Delphi
function Add: TdxBarCaptionButton;
#Returns
Type |
---|
Tdx |
#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