Explorar o código

* Initialize and finalize

git-svn-id: trunk@31224 -
michael %!s(int64=10) %!d(string=hai) anos
pai
achega
8600940c26
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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;
 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;