TdxCustomBreadcrumbEdit.BeginUpdate Method
In This Article
Postpones all breadcrumb redraw operations, notifications, and state updates until an EndUpdate procedure call.
#Declaration
Delphi
procedure BeginUpdate;
#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