mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 02:40:36 +01:00
* TLCLComponent.DecLCLRefCount * OnDecLCLRefcountToZero
This commit is contained in:
parent
94e7aff9ad
commit
976bfe8240
@ -164,6 +164,8 @@ is destroyed.
|
||||
</element>
|
||||
|
||||
<element name="TLCLComponent.IncLCLRefCount" link="#lcl.lclclasses.TLCLComponent.LCLRefCount"/>
|
||||
|
||||
<!-- TODO: Modified in 0d415cb2. Issue #40183. -->
|
||||
<element name="TLCLComponent.DecLCLRefCount" link="#lcl.lclclasses.TLCLComponent.LCLRefCount"/>
|
||||
|
||||
<element name="TLCLComponent.LCLRefCount">
|
||||
@ -342,6 +344,16 @@ If <b>True</b>, a Reference has been allocated for this component.
|
||||
</short>
|
||||
</element>
|
||||
|
||||
<!-- TODO: Added in 0d415cb2. Issue #40183. -->
|
||||
<element name="OnDecLCLRefcountToZero">
|
||||
<short/>
|
||||
<descr/>
|
||||
<verison>
|
||||
Added in LCL version 2.4.
|
||||
</verison>
|
||||
<seealso/>
|
||||
</element>
|
||||
|
||||
</module>
|
||||
<!-- LCLClasses -->
|
||||
</package>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user