TAdvCustomInspector.FullUpdateNeeded Method
Sets an internal flag requiring full control repainting when the inspector is updated.
Remarks
When the inspector is required to update itself, part of the control will be invalidated and repainted. The part to be repainted might be only the currently selected property, or the whole control. Calling FullUpdateNeeded method will required the inspector to repaint the whole control when an update is required.
Syntax
Unit: InspectorControls
procedure TAdvCustomInspector.FullUpdateNeeded;