TSRVPrint.EndUpdate

<< Click to display table of contents >>

TSRVPrint.EndUpdate

Enables automatic recalculation of parameters that was disabled by BeginUpdate.

procedure EndUpdate;

Each call to BeginUpdate must be followed by call to EndUpdate. Calls may be nested.

If EndUpdate is called as many times as BeginUpdate, the last call performs all necessary recalculation of properties (by calling Update).