Class TAppException (unit Appex)

Inherits from

TComponent

Constructors


constructor Create(aOwner: TComponent);

create


Functions

procedure WriteException(Sender: TObject; E: Exception);

Public declarations

write exception message to text file


procedure SetShowExcep(value: Boolean);


procedure SetTextFile(value: string);

set text file

procedure SetUserName(value: string);

set user name

Properties

property ErrorLog : string

Published declarations

property ShowExcep : Boolean


property UserName : string


Events

Variables

FShowExcep : Boolean;


FTextFile : string;

Private declarations

FUserName : string;



Constructors


constructor Create(aOwner: TComponent);

create


Functions


procedure WriteException(Sender: TObject; E: Exception);

Public declarations

write exception message to text file


procedure SetShowExcep(value: Boolean);


procedure SetTextFile(value: string);

set text file


procedure SetUserName(value: string);

set user name


Properties


property ErrorLog : string

Published declarations


property ShowExcep : Boolean


property UserName : string


Events


Variables


FShowExcep : Boolean;


FTextFile : string;

Private declarations


FUserName : string;