Unit 'LSException' Package
[Overview][Types][Classes][Index] [#pl_solutions]

TLSException

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: LSException.pas line 33

type TLSException = class

protected

  procedure DeleteSendMailJPEGFile;

  

  function InternalShow();

  

  procedure DoCopyActionClick(); virtual;

  

  procedure DoEmailActionClick(); virtual;

  

  procedure DoTerminateActionClick(); virtual;

  

  property ShowCallStack: Boolean; [rw]

  

  property ShowBtnCaptions: Boolean; [rw]

  

  property LSExceptionBtns: TLSExceptionBtns; [rw]

  

  property SendMail: Boolean; [rw]

  

  property From: string; [rw]

  

  property To_: string; [rw]

  

  property User: string; [rw]

  

  property Password: string; [rw]

  

  property Host: string; [rw]

  

  property Port: string; [rw]

  

  property SSL: Boolean; [rw]

  

  property TLS: Boolean; [rw]

  

public

  procedure Init; virtual;

  

  procedure Finit; virtual;

  

  class procedure Register();

  

  class procedure UnRegister; virtual;

  

  class function Instance;

  

  class procedure ShowException();

  

  procedure OnExceptionHandler();

  

end;

Inheritance

TLSException

  

|

TObject



CT Web help

CodeTyphon Studio