[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines whether the action link can update the image index for the associated control.
Source position: buttons.pp line 317
public function TSpeedButtonActionLink.IsImageIndexLinked: Boolean; override; |
Returns True when the action is can update the image in the associated control.
IsImageIndexLinked is an overridden Boolean function used to determine if the Action Link can update the image in its associated TSpeedButton control. The return value is True when the Action is derived from TCustomAction and the ImageIndex values in the TSpeedButton and the Action currently have the same values.
IsImageIndexLinked is called from the SetImageIndex method before updating the value in the ImageIndex for the TSpeedButton control.
|
Sets the image index in the control for the action link when enabled. |
|
Version 4.0 | Generated 2025-05-03 | Home |