This commit is contained in:
Pavel 2024-07-01 10:23:25 +03:00
parent 827737fcf8
commit d3ea872e00
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ begin
// //
if (P^.FRType=nil) then if (P^.FRType=nil) then
begin begin
if (Pointer(FCtx)=nil) then if (CompareByte(FCtx,Default(TRTTIContext),SizeOf(TRTTIContext))=0) then
begin begin
FCtx:=TRTTIContext.Create; FCtx:=TRTTIContext.Create;
end; end;