Class AIReportCard
Unit
cAIReportCard
Declaration
type AIReportCard = class()
Description
*****************************************************************************Methods
Overview
Description
 |
function Failed: integer; |
 |
procedure LoadFromFile(var aFile: TextFile); |
 |
function OneLineDisplay: string; |
=Total-Success, how many times failed
 |
procedure SaveToFile(var aFile: TextFile); |
 |
procedure UpdateReport(aResult: boolean; aValue: integer; aEffort: integer); |
Properties
Overview
Description
 |
property Effort: integer; |
 |
property Kind: integer; |
average amount of time taken to catch
 |
property Success: integer; |
 |
property Total: integer; |
 |
property Value: integer; |
 |
property Weight: single; |
Generated by PasDoc 0.8.7 on Wed 01/ Oct 2003 00:51:36