[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Calls the inherited method when Action has been assigned.
Source position: actnlist.pas line 268
public function TActionLink.Update: Boolean; override; |
True if the Update method for the Action was executed.
Update is an overridden Boolean function in TActionLink. It ensures that an Action is assigned in the class instance before calling the inherited method. It addresses an issue in TBasicActionLink.Update for RTL versions prior to 3.3.1 where the Action was not checked prior to calling the Update method. For those FPC versions, the inherited method is not called and the return value is always False.
Version 4.0 | Generated 2025-05-03 | Home |