Ver Fonte

* Add IsConstValue

Michaël Van Canneyt há 2 anos atrás
pai
commit
2c3b78682a
1 ficheiros alterados com 1 adições e 0 exclusões
  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);