Einzelnen Beitrag anzeigen

Benutzerbild von Uwe Raabe
Uwe Raabe

Registriert seit: 20. Jan 2006
Ort: Lübbecke
11.021 Beiträge
 
Delphi 12 Athens
 
#3

AW: Multi-Prozess-Debugging?

  Alt 19. Sep 2022, 21:27
Mach's doch einfach selber:
Delphi-Quellcode:
  IOTAMessageServices40 = interface(IUnknown)
    ['{26EB0E4E-F97B-11D1-AB27-00C04FB16FB3}']
    /// <summary>
    /// This method allows the external tool to handle all painting of the
    /// message in a fashion similar to the &quot;Find in files&quot; messages. If the
    /// INTACustomDrawMessage is implemented then all painting is deferred to that
    /// interface, otherwise the painting is handled internally
    /// </summary>
    procedure AddCustomMessage(const CustomMsg: IOTACustomMessage);
Uwe Raabe
Certified Delphi Master Developer
Embarcadero MVP
Blog: The Art of Delphi Programming
  Mit Zitat antworten Zitat