ImageEn, unit imageenproc

TIPDialogParams.SetProperty

TIPDialogParams.SetProperty


Declaration

procedure SetProperty(const Prop: String; Value: String);


Description

Set a parameters of the Image Processing Dialog by a string.


Example

SetProperty('ROTATE_Angle', '45');

Which is the same as:
Rotate_Angle := 45;