ImageEn, unit iexProcUI

TIEEditControls.LivePreview

TIEEditControls.LivePreview


Declaration

property LivePreview: Boolean;


Description

When enabled changes to the editing control will automatically be shown in the preview ImageEnView.
If LivePreview = False, you will need to explicitly call UpdatePreview to show the editing effect.

Default: True


Example

// Do not automatically show control changes
IEEditControls1.LivePreview := False;


See Also

 UpdatePreview