Breadcrumb
TsgcHTMLComponent_Breadcrumb — render a breadcrumb trail that shows the user's location in your site, in Delphi, C++ Builder and .NET.
TsgcHTMLComponent_Breadcrumb — render a breadcrumb trail that shows the user's location in your site, in Delphi, C++ Builder and .NET.
A navigation component that emits a Bootstrap <ol class="breadcrumb">. The last item (or one flagged Active) renders as the current page. Add items, then read the HTML property.
TsgcHTMLComponent_Breadcrumb
Bootstrap breadcrumb markup
Delphi, C++ Builder, .NET
Push one item per trail segment into Items, optionally set a custom Divider, then read HTML.
The members you reach for most often.
Items.Add returns a TsgcHTMLBreadcrumbItem; set its Text and Href for each trail segment, in order.
The last item, or any item flagged Active, renders as plain text with aria-current="page" instead of a link.
Divider overrides the separator between items (for example '>' or '/') via the Bootstrap --bs-breadcrumb-divider variable.
BreadcrumbID sets the id on the wrapping <nav> for styling or scripting hooks.
HTML returns the full <nav aria-label="breadcrumb"> with its ordered list — serve it, or assign it to a page template's BodyContent.