mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 13:19:21 +02:00
* Changes THeaderSection.OriginalIndex to public visibility.
* Update THeaderSection.Alignment and THeaderSection.Visible to reflect default value declarations.
(cherry picked from commit 877b59d84e
)
This commit is contained in:
parent
dfe98c86f4
commit
c9fce27039
@ -39978,6 +39978,34 @@ selected) or pressed (selected).
|
|||||||
</short>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
<element name="THeaderSection.OriginalIndex">
|
||||||
|
<short>
|
||||||
|
Index position which does not change when the user reorders the sections on a
|
||||||
|
header control.
|
||||||
|
</short>
|
||||||
|
<descr>
|
||||||
|
<p>
|
||||||
|
<var>OriginalIndex</var> is an <var>Integer</var> property which contains the
|
||||||
|
index order for the section when it was added to its Owner collection. The
|
||||||
|
property value is assigned when the class instance is created in the AddItem
|
||||||
|
method in THeaderSections. It normally contains the value in Index unless the
|
||||||
|
value is already in use in the collection.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
OriginalIndex may be updated when Delete in the THeaderSections is used to
|
||||||
|
remove a header section from the collection.
|
||||||
|
</p>
|
||||||
|
</descr>
|
||||||
|
<version>
|
||||||
|
Modified in LCL version 4.0; changed to public visibility.
|
||||||
|
</version>
|
||||||
|
<seealso>
|
||||||
|
<link id="THeaderSections.AddItem"/>
|
||||||
|
<link id="THeaderSections.Delete"/>
|
||||||
|
<link id="#rtl.classes.TCollectionItem.Index">TCollectionItem.Index</link>
|
||||||
|
</seealso>
|
||||||
|
</element>
|
||||||
|
|
||||||
<element name="THeaderSection.Alignment">
|
<element name="THeaderSection.Alignment">
|
||||||
<short>
|
<short>
|
||||||
<var>Alignment</var> - whether text is to be left or right justified or
|
<var>Alignment</var> - whether text is to be left or right justified or
|
||||||
@ -39987,9 +40015,9 @@ centered.
|
|||||||
<p>
|
<p>
|
||||||
<var>Alignment</var> is a <var>TAlignment</var> property which indicates the
|
<var>Alignment</var> is a <var>TAlignment</var> property which indicates the
|
||||||
horizontal alignment used to display the Text for the header section. The
|
horizontal alignment used to display the Text for the header section. The
|
||||||
default value for the property is taLeftJustify as assigned in the Create
|
default value for the property is taLeftJustify. See
|
||||||
constructor. See <link id="#rtl.classes.TAlignment">TAlignment</link> for the
|
<link id="#rtl.classes.TAlignment">TAlignment</link> for the values allowed in
|
||||||
values allowed in the property.
|
the property.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Changing the value for the property causes the Changed method to be called to
|
Changing the value for the property causes the Changed method to be called to
|
||||||
@ -40186,37 +40214,11 @@ the section cannot be drawn using the TCustomHeaderControl.PaintSection
|
|||||||
method, and the Width for the section is 0.
|
method, and the Width for the section is 0.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The default value for the property is <b>True</b>, as set in the constructor
|
The default value for the property is <b>True</b>.
|
||||||
for the class instance.
|
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="THeaderSection.OriginalIndex">
|
|
||||||
<short>
|
|
||||||
Index position which does not change when the user reorders the sections on a
|
|
||||||
header control.
|
|
||||||
</short>
|
|
||||||
<descr>
|
|
||||||
<p>
|
|
||||||
<var>OriginalIndex</var> is an <var>Integer</var> property which contains the
|
|
||||||
index order for the section when it was added to its Owner collection. The
|
|
||||||
property value is assigned when the class instance is created in the AddItem
|
|
||||||
method in THeaderSections. It normally contains the value in Index unless the
|
|
||||||
value is already in use in the collection.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
OriginalIndex may be updated when Delete in the THeaderSections is used to
|
|
||||||
remove a header section from the collection.
|
|
||||||
</p>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
<link id="THeaderSections.AddItem"/>
|
|
||||||
<link id="THeaderSections.Delete"/>
|
|
||||||
<link id="#rtl.classes.TCollectionItem.Index">TCollectionItem.Index</link>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<element name="THeaderSectionClass">
|
<element name="THeaderSectionClass">
|
||||||
<short>
|
<short>
|
||||||
Class reference used to create new THeaderSection instances.
|
Class reference used to create new THeaderSection instances.
|
||||||
|
Loading…
Reference in New Issue
Block a user