mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-26 09:07:25 +01:00
Docs: LCL/lclclasses. Updates topics for TLCLHandle changes in 211d95da.
This commit is contained in:
parent
84fe2ee61c
commit
d867825636
@ -244,8 +244,14 @@ Applications only can send messages to a windowed control, using its window
|
|||||||
Handle.
|
Handle.
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
|
<version>
|
||||||
|
Modified in LCL version 4.0 to use the TLCLHandle type instead of the
|
||||||
|
deprecated THandle type as the return value for the GetReferenceHandle method.
|
||||||
|
</version>
|
||||||
<seealso>
|
<seealso>
|
||||||
|
<link id="TLCLReferenceComponent.GetReferenceHandle"/>
|
||||||
<link id="TLCLReferenceComponent.ReferenceNeeded"/>
|
<link id="TLCLReferenceComponent.ReferenceNeeded"/>
|
||||||
|
<link id="#lcl.WSReferences.TLCLHandle">TLCLHandle</link>
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
@ -257,7 +263,7 @@ Handle.
|
|||||||
<short>Set while we are creating the Reference.</short>
|
<short>Set while we are creating the Reference.</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="TLCLReferenceComponent.GetHandle" link="#lcl.lclclasses.TLCLReferenceComponent.Handle"/>
|
<element name="TLCLReferenceComponent.GetHandle"/>
|
||||||
<element name="TLCLReferenceComponent.GetHandle.Result"/>
|
<element name="TLCLReferenceComponent.GetHandle.Result"/>
|
||||||
|
|
||||||
<element name="TLCLReferenceComponent.GetReferenceAllocated">
|
<element name="TLCLReferenceComponent.GetReferenceAllocated">
|
||||||
@ -306,7 +312,14 @@ Override this method to supply specific widget creation parameters.
|
|||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="TLCLReferenceComponent.ReferenceNeeded">
|
<element name="TLCLReferenceComponent.ReferenceNeeded">
|
||||||
<short>Creates a Reference, if not already done.</short>
|
<short>
|
||||||
|
Creates the widgetset Reference for the class, if it has not already been
|
||||||
|
allocated.
|
||||||
|
</short>
|
||||||
|
<seealso>
|
||||||
|
<link id="TLCLReferenceComponent.WSCreateReference"/>
|
||||||
|
<link id="TLCLReferenceComponent.GetReferenceHandle"/>
|
||||||
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="TLCLReferenceComponent.WSCreateReference">
|
<element name="TLCLReferenceComponent.WSCreateReference">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user