TdxCustomBreadcrumbEdit.EndUpdate Method
In This Article
Applies all pending changes to the breadcrumb editor, sends all notifications, and resumes worksheet redraw operations after a BeginUpdate call.
#Declaration
Delphi
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 End
See Also