Skip to main content

TdxGanttControlSheetColumns.EndUpdate Method

Sends postponed notifications about changes in the collection.

Declaration

procedure EndUpdate;

Remarks

Each time you apply a change to the column collection, the parent View normally repaints its area to reflect the changes. Enclose your code within the BeginUpdate/EndUpdate procedure blocks to prevent the Chart View Sheet or Resource Sheet View from multiple refresh operations and apply all changes at once.

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

See Also