Pārlūkot izejas kodu

* Initialize and finalize

git-svn-id: trunk@31224 -
michael 10 gadi atpakaļ
vecāks
revīzija
8600940c26
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  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;