TdxBreadcrumbEditButtons.Add Method
In This Article
Creates a breadcrumb editor button and adds it to the collection.
#Declaration
Delphi
function Add: TdxBreadcrumbEditButton;
#Returns
Type | Description |
---|---|
Tdx |
The created breadcrumb editor button. |
#Remarks
Call the Add
function to create a new button in a breadcrumb editor. You can use the editor’s Properties.Buttons.Items property to access all existing buttons by their indexes.
See Also