ImageEn, unit iexProcUI

TIEEditControls.Reset

TIEEditControls.Reset


Declaration

procedure Reset(UpdateImage: Boolean = True);


Description

Resets the component state to the default and resets the image.
Typically this is used for the click effect of a "Cancel" button.


Example

// Code for the "Cancel" button
IEEditControls1.Reset();


See Also

 Update
 UpdatePreview