Re-enables screen repainting and change events that were turned off with the
BeginUpdate method.
Use the EndUpdate method to enable screen updating after BeginUpdate has been called. Calls to BeginUpdate are cumulative, so calling EndUpdate will only update the instrument if every other call to BeginUpdate has already been matched by a call to EndUpdate.
Namespace: RS.Impact.Instruments
Delphi |
public |
The following code changes properties of a compass and prevents updates until EndUpdate is called:
|