* Fix NilValue

This commit is contained in:
Michaël Van Canneyt 2023-07-09 16:47:58 +02:00 committed by Pierre Muller
parent a83c98c0de
commit 78d76a7594

View File

@ -1252,6 +1252,7 @@ end;
class function TPtrWrapper.GetNilValue: TPtrWrapper; inline; static;
begin
Result.Value:=Nil;
end;
constructor TPtrWrapper.Create(AValue: PtrInt); overload;