Skip to main content

TdxCustomBreadcrumbEdit.BeginUpdate Method

Postpones all breadcrumb redraw operations, notifications, and state updates until an EndUpdate procedure call.

Declaration

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 EndUpdate call follows every BeginUpdate procedure call, even if an exception occurs.

See Also