You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvRenderPreview. ZoomIn method |
Top Previous Next |
Declaration procedure ZoomIn;
Category
Description This method will add ZoomInc to the current ZoomFactor and will make the image larger on the screen. If an OnZoomChange event handler is defined, then that event handler will be called and is responsible for redrawing the page otherwise the page is redrawn.
See also TRvRenderPreview Class, ZoomOut, ZoomInc, ZoomFactor, OnZoomChange
Example (Delphi) // This code causes the ZoomFactor to be incremented by ZoomInc percent. RvRenderPreview1.ZoomIn;
Example (C++Builder) RvRenderPreview1->ZoomIn(); |
You are reading help file online using chmlib.com
|