mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 19:35:57 +02:00
Docs: LCL/lclclasses. Removes extra spaces in topics. Updates tagging for True and False values.
This commit is contained in:
parent
9a0b0931af
commit
0e1b31752a
@ -23,7 +23,7 @@
|
|||||||
</short>
|
</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
<file>SysUtils</file> has a <var>LongRec</var> structure which uses an unsigned <var>Word</var> type for <var>Lo</var> and <var>Hi</var>. <var>LazLongRec</var> provides a similar record with signed <var>SmallInt</var> members.
|
<file>SysUtils</file> has a <var>LongRec</var> structure which uses an unsigned <var>Word</var> type for <var>Lo</var> and <var>Hi</var>. <var>LazLongRec</var> provides a similar record with signed <var>SmallInt</var> members.
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso></seealso>
|
<seealso></seealso>
|
||||||
@ -73,7 +73,7 @@
|
|||||||
<short>This method allows descendants to override the WidgetSetClass.</short>
|
<short>This method allows descendants to override the WidgetSetClass.</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
<var>GetWSComponentClass</var> is a <var>TWSLCLComponentClass</var> class function which allows descendants to override the <var>WidgetSetClass</var> class type used to create instances of the component. When WidgetSetClass has not been assigned (contains Nil), the return value is set to the <var>TWSLCLComponent</var> type.
|
<var>GetWSComponentClass</var> is a <var>TWSLCLComponentClass</var> class function which allows descendants to override the <var>WidgetSetClass</var> class type used to create instances of the component. When WidgetSetClass has not been assigned (contains Nil), the return value is set to the <var>TWSLCLComponent</var> type.
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
@ -113,7 +113,7 @@
|
|||||||
<!-- function Visibility: public -->
|
<!-- function Visibility: public -->
|
||||||
<element name="TLCLComponent.NewInstance">
|
<element name="TLCLComponent.NewInstance">
|
||||||
<short>
|
<short>
|
||||||
Creates and registers a new instance of the class, and initializes the WidgetSetClass property.
|
Creates and registers a new instance of the class, and initializes the WidgetSetClass property.
|
||||||
</short>
|
</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
<seealso>
|
<seealso>
|
||||||
@ -281,7 +281,7 @@
|
|||||||
<element name="TLCLReferenceComponent.HandleAllocated" link="#lcl.lclclasses.TLCLReferenceComponent.ReferenceAllocated"/>
|
<element name="TLCLReferenceComponent.HandleAllocated" link="#lcl.lclclasses.TLCLReferenceComponent.ReferenceAllocated"/>
|
||||||
|
|
||||||
<element name="TLCLReferenceComponent.ReferenceAllocated">
|
<element name="TLCLReferenceComponent.ReferenceAllocated">
|
||||||
<short>If True, a Reference has been allocated for this component.</short>
|
<short>If <b>True</b>, a Reference has been allocated for this component.</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
</module>
|
</module>
|
||||||
|
Loading…
Reference in New Issue
Block a user