Skip to main content

TdxBreadcrumbEditButtons.Add Method

Creates a breadcrumb editor button and adds it to the collection.

Declaration

function Add: TdxBreadcrumbEditButton;

Returns

Type Description
TdxBreadcrumbEditButton

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