* Add IsConstValue

This commit is contained in:
Michaël Van Canneyt 2022-11-29 09:05:37 +01:00
parent 5704626762
commit 2c3b78682a

View File

@ -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);