mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 04:09:33 +02:00
* Add IsConstValue
This commit is contained in:
parent
5704626762
commit
2c3b78682a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user