TSRVPrint.Update |
Top Previous Next |
|
Performs calculations necessary for printing or previewing. procedure Update; Normally, all necessary calculations are performed automatically, when you modify properties of this component. An explicit call is necessary in the following cases: •the current printer or its properties were changed; •a document in SRichViewEdit was changed (and AutoUpdate=False, or this change cannot be detected by TSRVPrint). This method is called by EndUpdate, when it enables recalculations disabled by BeginUpdate. This method calls OnUpdateData event. |