On Sat, 10 Aug 2024, Martin Frb via fpc-devel wrote:
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;
I added a check. Thanks for pointing it out! Michael.
_______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel