Skip to main content

TdxCustomBreadcrumbEdit.EndUpdate Method

Applies all pending changes to the breadcrumb editor, sends all notifications, and resumes worksheet redraw operations after a BeginUpdate call.

Declaration

procedure EndUpdate;

Remarks

A breadcrumb editor redraws its content every time a property value changes. Enclose multiple setting changes between the BeginUpdate and EndUpdate procedure calls to avoid excessive redraw operations.

Important

Ensure that an EndUpdate call follows every BeginUpdate procedure call, even if an exception occurs.

See Also