Prof Abimbola Olowofoyeku wrote:
On 24 Apr 2002 at 3:55, Frank Heckenbach wrote:
[Initialize]
I've implemnted it now, so the attached test passes. If you think that's not enough, please send me additional tests.
Looks okay to me. You may want to implement a "Finalize" procedure as well. This is the Delphi documentation of it:
"procedure Finalize( var V [; Count: Integer] );
Done. (Though currently the only types that have some finalization are files, but this will change in the future.)
Frank