Docs: LCL/buttons. Updates topics for changes in b25102f8, including:

* TCustomBitBtn.DisabledImageIndex
* TCustomBitBtn.HotImageIndex
* TCustomBitBtn.PressedImageIndex
* TCustomSpeedBtn.DisabledImageIndex
* TCustomSpeedBtn.HotImageIndex
* TCustomSpeedBtn.PressedImageIndex
This commit is contained in:
dsiders 2023-05-29 04:02:35 +01:00
parent e6786a1a15
commit 221910fa9d

View File

@ -2148,6 +2148,11 @@ It refers to the position in the Images property where the associated image
data is stored. The default value for the property is -1, and indicates that data is stored. The default value for the property is -1, and indicates that
an explicit value has not been assigned to the property. an explicit value has not been assigned to the property.
</p> </p>
<p>
The Lazarus IDE provides a property editor that allows selection of one of the
Images from a drop-down image list. The position for the selected image is
stored as the property value in the Object Inspector.
</p>
</descr> </descr>
<version> <version>
Added in LCL version 2.3.0. Available since version 2.4.0. Added in LCL version 2.3.0. Available since version 2.4.0.
@ -2225,6 +2230,11 @@ where the associated image data is stored. The default value for the property
is -1, and indicates that an explicit value has not been assigned to the is -1, and indicates that an explicit value has not been assigned to the
property. property.
</p> </p>
<p>
The Lazarus IDE provides a property editor that allows selection of one of the
Images from a drop-down image list. The position for the selected image is
stored as the property value in the Object Inspector.
</p>
</descr> </descr>
<version> <version>
Added in LCL version 2.3.0. Available since version 2.4.0. Added in LCL version 2.3.0. Available since version 2.4.0.
@ -2437,6 +2447,11 @@ ordinal position for the bitmap displayed on the button when it is pressed
image data is stored. The default value for the property is -1, and indicates image data is stored. The default value for the property is -1, and indicates
that an explicit value has not been assigned to the property. that an explicit value has not been assigned to the property.
</p> </p>
<p>
The Lazarus IDE provides a property editor that allows selection of one of the
Images from a drop-down image list. The position for the selected image is
stored as the property value in the Object Inspector.
</p>
</descr> </descr>
<version> <version>
Added in LCL version 2.3.0. Available since version 2.4.0. Added in LCL version 2.3.0. Available since version 2.4.0.
@ -4002,6 +4017,11 @@ an explicit value has not been assigned for the property.
The property value is read from and written to the image index members in The property value is read from and written to the image index members in
ButtonGlyph. ButtonGlyph.
</p> </p>
<p>
The Lazarus IDE provides a property editor that allows selection of one of the
Images from a drop-down image list. The position for the selected image is
stored as the property value in the Object Inspector.
</p>
</descr> </descr>
<version> <version>
Added in LCL version 2.3.0. Available since version 2.4.0. Added in LCL version 2.3.0. Available since version 2.4.0.
@ -4133,6 +4153,11 @@ that an explicit value has not been assigned for the property.
The property value is read from and written to the image index members in The property value is read from and written to the image index members in
ButtonGlyph. ButtonGlyph.
</p> </p>
<p>
The Lazarus IDE provides a property editor that allows selection of one of the
Images from a drop-down image list. The position for the selected image is
stored as the property value in the Object Inspector.
</p>
</descr> </descr>
<version> <version>
Added in LCL version 2.3.0. Available since version 2.4.0. Added in LCL version 2.3.0. Available since version 2.4.0.
@ -4352,6 +4377,11 @@ explicit value has not been assigned for the property.
The property value is read from and written to the image index members in The property value is read from and written to the image index members in
ButtonGlyph. ButtonGlyph.
</p> </p>
<p>
The Lazarus IDE provides a property editor that allows selection of one of the
Images from a drop-down image list. The position for the selected image is
stored as the property value in the Object Inspector.
</p>
</descr> </descr>
<version> <version>
Added in LCL version 2.3.0. Available since version 2.4.0. Added in LCL version 2.3.0. Available since version 2.4.0.