TTMSFNCPlannerItem.UpdateItem Method
Schedules a full visual update for the item, optionally triggering a conflict recalculation and marking the item as dirty.
API unit family: TMSFNCPlannerData
Declaring type: TTMSFNCPlannerItem
Syntax
procedure UpdateItem(ANeedsConflictsUpdate: Boolean = False; ADirty: Boolean = True);
Parameters
| Name | Description |
|---|---|
ANeedsConflictsUpdate |
When True, conflict overlap positions are recalculated before repainting. |
ADirty |
When True, the item is marked dirty so the renderer repaints its tile. |