mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 01:48:03 +02:00
Docs: LCL/comctrls. Adds version information and tweaks wording in topics.
* Adds version information in TLVChangeEvent. * Implies future widgetset changes in TCustomListView.CanChange, TCustomListView.OnChanging.
This commit is contained in:
parent
471bba54b8
commit
ad06ecc51e
@ -12107,6 +12107,9 @@ TLVChangeEvent is the type used for the <var>OnChange</var> property in
|
||||
<var>TCustomListView</var>.
|
||||
</p>
|
||||
</descr>
|
||||
<version>
|
||||
Added in LCL version 4.0.
|
||||
</version>
|
||||
<seealso>
|
||||
<link id="TItemChange"/>
|
||||
<link id="TCustomListView.OnChange"/>
|
||||
@ -14635,8 +14638,8 @@ the OnChanging event is <b>not</b> signalled.
|
||||
</remark>
|
||||
<p>
|
||||
In the current LCL implementation, CanChange and OnChanging apply to the
|
||||
Windows widgetset only. Other platforms do not generate a change notification
|
||||
for item values.
|
||||
Windows widgetset only. Other platforms do not currently generate change
|
||||
notifications for item values.
|
||||
</p>
|
||||
</descr>
|
||||
<version>
|
||||
@ -16360,8 +16363,8 @@ about the event type and its arguments.
|
||||
</p>
|
||||
<p>
|
||||
Please note that CanChange and OnChanging are relevant for the Windows platform
|
||||
only. Other platforms do not generate or handle change notifications for list
|
||||
item values.
|
||||
only. Other platforms do not currently generate or handle change notifications
|
||||
for list item values.
|
||||
</p>
|
||||
</descr>
|
||||
<version>
|
||||
|
Loading…
Reference in New Issue
Block a user