* Fix NilValue

This commit is contained in:
Michaël Van Canneyt 2023-07-09 16:47:58 +02:00
parent 299f942d29
commit 96921aaba3

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;