mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 11:43:58 +02:00
* Assumed Milestone 4.0.
This commit is contained in:
parent
a71d9f52e4
commit
f2c1978c4b
@ -2071,6 +2071,40 @@ New value for the Visible property in the linked client control.
|
|||||||
</short>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
<element name="TActionLink.Update">
|
||||||
|
<short>
|
||||||
|
Calls the inherited method when Action has been assigned.
|
||||||
|
</short>
|
||||||
|
<descr>
|
||||||
|
<p>
|
||||||
|
<var>Update</var> is an overridden <var>Boolean</var> 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.
|
||||||
|
</p>
|
||||||
|
</descr>
|
||||||
|
<notes>
|
||||||
|
<note>
|
||||||
|
Workaround for RTL TBasicActionLink nil deref issue (fixed in FPC 3.3.1). See
|
||||||
|
issue #41063.
|
||||||
|
</note>
|
||||||
|
</notes>
|
||||||
|
<version>
|
||||||
|
Added in LCL version 4.0.
|
||||||
|
</version>
|
||||||
|
<seealso>
|
||||||
|
<link id="TActionLink.Action"/>
|
||||||
|
<link id="#rtl.classes.TBasicActionLink.Update">TBasicActionLink.Update</link>
|
||||||
|
<link id="#rtl.classes.TBasicActionLink.OnUpdate">TBasicActionLink.OnUpdate</link>
|
||||||
|
</seealso>
|
||||||
|
</element>
|
||||||
|
<element name="TActionLink.Update.Result">
|
||||||
|
<short>
|
||||||
|
<b>True</b> if the OnUpdate event handler for the Action was executed.
|
||||||
|
</short>
|
||||||
|
</element>
|
||||||
|
|
||||||
<element name="TActionLink.IsCaptionLinked">
|
<element name="TActionLink.IsCaptionLinked">
|
||||||
<short>Is the action's <var>Caption</var> linked to the client?</short>
|
<short>Is the action's <var>Caption</var> linked to the client?</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
|
Loading…
Reference in New Issue
Block a user