TestSend.Win - Example of use
Example 1. Multiple copies of the same application send debug messages to the same window
Example 2. Multiple copies of the same application send debug messages each to its own window
Video:
Commands:
begin
GetTestMe.ITestSend.Error('Error message');
GetTestMe.ITestSend.Ok('Ok message');
end;