[fpc-devel] Maybe missing assigned check? TBasicActionLink.Update

Martin Frb lazarus at mfriebe.de
Sat Aug 10 17:51:28 CEST 2024


Other functions of  TBasicActionLink have checks like
    if FAction <> nil then

But "Update" does not. Is that intended?
Or shall I bug report it?

function TBasicActionLink.Update: Boolean;
begin
   Result := FAction.Update;
end;



More information about the fpc-devel mailing list