typhon例子,在目录CodeOcean\pl_Solutions\samples\LSException

unit xxxfrm;
{$mode objfpc}{$H+}
type
  { TMainForm }
 ...

interface

uses

  SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls;

var

  ...

implementation

{$R *.frm}

uses
  LSException;

{ TMainForm }
...

 initialization

//可以发邮件 TLSException.Register(True, 'Your Name', '[email protected]',   '[email protected]', //'yourpassword','smtp.gmail.com', '465', True, True);

   TLSException.Register();

end.

效果见下图:

 Typhon之异常错误克星TLSException      



相关文章:

  • 2021-08-12
  • 2022-01-08
  • 2021-06-05
  • 2021-07-31
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
  • 2021-06-28
相关资源
相似解决方案