* Initialize and finalize

git-svn-id: trunk@31224 -
This commit is contained in:
michael 2015-07-23 18:52:33 +00:00
parent eb3bd4648c
commit 8600940c26

View File

@ -82,7 +82,9 @@ Function Default(Const T : AnyType) : AnyType;
Function TypeInfo(Const T : AnyType) : Pointer;
Procedure Fail;
Function TypeOf(T : TObjectType) : Pointer;
Procedure Initialize(Var T : TAnyType; ACount : Integer = 1);
Procedure Finalize(Var T : TAnyType; ACount : Integer = 1);
{$IFNDEF GO32V2}
Var
mem : array[0..$7fffffff-1] of byte;