Class ALoggedNote
Unit
classwork
Declaration
type ALoggedNote = class(ALoggedItem)
Description
This class represents a simple note that is logged. It is defined such that the counter it will increment upon being logged is the one specified by lgntCounterName – by default, a counter named notes .
It also changes the string representation of itself produced when its toString method is called, to include a prefix that indicates it is a note. This prefix is defined by lgntStringRepresentation.
Hierarchy
Overview
Methods
|
function init: boolean; override; |
|
function toString: AnsiString; override; |
Description
Methods
|
function init: boolean; override; |
Initializer
|
|
function toString: AnsiString; override; |
Construct and return a string representation of the item, suitable for printing to a text-based device, such as a console.
This method overrides the behavior inherited from Classwork.ALoggedItem.toString so that a prefix is included with the message that indicates it is a note. This prefix is defined by lgntStringRepresentation.
|
Generated by PasDoc 0.13.0 on 2015-06-23 19:40:11
|