Browse Source

* Initialize and finalize

git-svn-id: trunk@31224 -
michael 10 years ago
parent
commit
8600940c26
1 changed files with 3 additions and 1 deletions
  1. 3 1
      rtl/inc/system.fpd

+ 3 - 1
rtl/inc/system.fpd

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