Class TACFileLog (unit ACLog)

Inherits from

TComponent

***************************************************************************** * Type *

Constructors


constructor Create(AOwner: TComponent);

***************************************************************************** * Constructor *


Functions

destructor Destroy;

***************************************************************************** * destructor *

Procedure put_log_txt(txt:string);

***************************************************************************** * Put_Log_Txt *

Procedure Set_FName(nome:String);

Protected declarations

***************************************************************************** * Set_F_Name *


Properties

property DeleteOnChangeName : Boolean


property Enabled : Boolean


property FileName : String


property LogText : String


Events

event OnBeforeDelete : TAC_Del_PR_Boolean

Published declarations

Variables

FBefore : TAC_Del_PR_Boolean;

Indica se la scrittura su file è abilitata oppure no

FDelete : Boolean;


FEnabled : Boolean;

Ultima stringa inserita

FName : String;

Quando ottiene il nome indica se deve cancellare *) (* il file

LastLogTxt : String;

Nome del file


Constructors


constructor Create(AOwner: TComponent);

***************************************************************************** * Constructor *


Functions


destructor Destroy;

***************************************************************************** * destructor *


Procedure put_log_txt(txt:string);

***************************************************************************** * Put_Log_Txt *


Procedure Set_FName(nome:String);

Protected declarations

***************************************************************************** * Set_F_Name *


Properties


property DeleteOnChangeName : Boolean


property Enabled : Boolean


property FileName : String


property LogText : String


Events


event OnBeforeDelete : TAC_Del_PR_Boolean

Published declarations


Variables


FBefore : TAC_Del_PR_Boolean;

Indica se la scrittura su file è abilitata oppure no


FDelete : Boolean;


FEnabled : Boolean;

Ultima stringa inserita


FName : String;

Quando ottiene il nome indica se deve cancellare *) (* il file


LastLogTxt : String;

Nome del file