Browse Source

* Add IsConstValue

Michaël Van Canneyt 2 years ago
parent
commit
2c3b78682a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/system.fpd

+ 1 - 0
rtl/inc/system.fpd

@@ -96,6 +96,7 @@ Function GetTypeKind(Const T : AnyType) : TTypeKind;
 Procedure Fail;
 Function TypeOf(T : TObjectType) : Pointer;
 Function IsManagedType(T : TType) : Boolean;
+Function IsConstValue(V : TAnyType) : Boolean;
 Procedure Initialize(Var T : TAnyType; ACount : SizeInt = 1);
 Procedure Finalize(Var T : TAnyType; ACount : SizeInt = 1);