TGrabHandles.Update Method
Visually updates the grab handles.
Remarks
Update method visually refreshes the the grabs, and also updates the internal properties of each TGrabHandle, like Locked for example.
Syntax
Unit: FormDesigner
procedure TGrabHandles.Update(MustHide: Boolean);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| MustHide | Boolean | If true, all grab handles will become invisible. If false, then the visibility of handles will depend on the designer state. |