Class TDlg_ShowLog
Unit
App_ShowLog
Declaration
type TDlg_ShowLog = class(TForm)
Description
This class takes care of displaying the logfile and saving it to disk. Items
are added with the TDlg_ShowLog.Log procedure. Only the text and the type of the icon must
be specified. Fields
Name | Description |
Bevel1 |
|
IconList |
image list of available icons |
Icon_Type |
array which stores the appropiate icon index into the image list for every
log message |
Image1 |
|
LogBox |
|
OKBtn |
|
Panel1 |
|
Methods
Overview
Description
procedure FormDestroy(Sender: TObject); |
self-explanatory, isn't it?
procedure Log( Text : string; Icon : BYTE ); |
updates the log with another message; only interface to the outside world
Properties
None.
Generated by pasdoc 0.6.20 on Wed 20 Mar 2002 20:59:34