Table of Contents

TAdvCustomInspector.Update Method

Updates the inspector to reflect the latest changes.

Remarks

Call Update to make the inspector to reflect the latest changes. This method invalidates the inspector control, forcing it to repaint itself, and also updates the inplace editors. If the inspector is locked, then no update is performed.

Syntax

Unit: InspectorControls

procedure TAdvCustomInspector.Update; override;

See also