ImageEn, unit iexProcEffects

TIEImageEffectsList.Edit

TIEImageEffectsList.Edit


Declaration

function Edit(Index: Integer): Boolean;


Description

Prompt the user to edit the properties of an effect using the Proc Previews dialog



Note: You do NOT need to call ImageEnView1.Update() after calling Edit(). It will update automatically


Example

// Prompt user to edit the selected effect
ImageEnView1.IEBitmap.EffectsChain.Edit( cbxEffects.ItemIndex );