TCustomRVPrintPreview.ZoomInCursor

<< Click to display table of contents >>

TCustomRVPrintPreview.ZoomInCursor

Cursor appeared when the current scale<100%, or the current scale=100% switched from the scale>100%

property ZoomInCursor: TCursor;

If ZoomPercent<>100%, clicking on component changes ZoomPercent to 100%.

If ZoomPercent=100%, clicking on component changes ZoomPercent to previous scale.

Default value:

ZoomInCursor crRVZoomIn (102)

(this cursor is registered automatically)

See also properties:

ZoomOutCursor;

ZoomPercent.

See also:

RichView cursors.