Преглед изворни кода

* Added Fail and TypeOf routines

git-svn-id: trunk@31182 -
michael пре 10 година
родитељ
комит
770ad238f4
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      rtl/inc/system.fpd

+ 2 - 0
rtl/inc/system.fpd

@@ -80,6 +80,8 @@ Procedure UnPack(Const Z : PackedArrayType; Out A : UnpackedArrayType; StartInde
 Function Slice(Const A : ArrayType; ACount : Integer) : ArrayType2;
 Function Slice(Const A : ArrayType; ACount : Integer) : ArrayType2;
 Function Default(Const T : AnyType) : AnyType;
 Function Default(Const T : AnyType) : AnyType;
 Function TypeInfo(Const T : AnyType) : Pointer;
 Function TypeInfo(Const T : AnyType) : Pointer;
+Procedure Fail;
+Function TypeOf(T : TObjectType) : Pointer;
  
  
 {$IFNDEF GO32V2}
 {$IFNDEF GO32V2}
 Var
 Var