terminate » Custom Developer Tools and VCL Components | Developer Team

RunTime ToolKit Deputy 2.6.1 for RS11/RS10.4/RS10.3

RunTime ToolKit Deputy 2.6.1 for RS11/RS10.4/RS10.3
RunTime ToolKit Deputy 2.6.1 for RS11/RS10.4/RS10.3


Deputy is dual-licensed. You may choose to use it under the restrictions of the GPL v3 licence at no cost to you, or you may purchase a commercial license. This expert will watch for compile and debug actions in the Delphi IDE and terminate any running instances of the target application before compile. Warning this will terminate the process without saving any data.
Read more

RunTime ToolKit Deputy 2.4.1 for RS10.3/RS10.4/RS11

RunTime ToolKit Deputy 2.4.1 for RS10.3/RS10.4/RS11
RunTime ToolKit Deputy 2.4.1 for RS10.3/RS10.4/RS11


Deputy is dual-licensed. You may choose to use it under the restrictions of the GPL v3 licence at no cost to you, or you may purchase a commercial license. This expert will watch for compile and debug actions in the Delphi IDE and terminate any running instances of the target application before compile. Warning this will terminate the process without saving any data.
Read more

IEVision 4.5.0.0 for ImageEn

IEVision 4.5.0.0 for ImageEn
IEVision 4.5.0.0 for ImageEn


In order to use IEVision you must copy the ievision.dll library to the same folder as your executable or in any location in the system path.
You can check if ievision.dll is accessible by ImageEn calling IEVisionAvailable function. For example:

if not IEVisionAvailable() then
begin
ShowMessage('This application requires the ievision.dll plugin');
Application.Terminate;
exit;
end;
Read more