EnableZoomInRect example for Delphi

This example toggles the EnableZoomInRect property.

//Toggle the ZoomInRect setting
LEADRasterView1.EnableZoomInRect:= Not LEADRasterView1.EnableZoomInRect;