浏览代码

* Merging revisions 40060 from trunk:
------------------------------------------------------------------------
r40060 | michael | 2018-10-28 11:47:57 +0100 (Sun, 28 Oct 2018) | 1 line

* Add GetTypeKind
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@42415 -

michael 6 年之前
父节点
当前提交
1faa9d4bcd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      rtl/inc/system.fpd

+ 1 - 0
rtl/inc/system.fpd

@@ -90,6 +90,7 @@ 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;
+Function GetTypeKind(Const T : AnyType) : TTypeKind;
 Procedure Fail;
 Procedure Fail;
 Function TypeOf(T : TObjectType) : Pointer;
 Function TypeOf(T : TObjectType) : Pointer;
 Procedure Initialize(Var T : TAnyType; ACount : SizeInt = 1);
 Procedure Initialize(Var T : TAnyType; ACount : SizeInt = 1);