mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 06:09:30 +02:00
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:
parent
e6786a1a15
commit
221910fa9d
@ -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
|
||||
an explicit value has not been assigned to the property.
|
||||
</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>
|
||||
<version>
|
||||
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
|
||||
property.
|
||||
</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>
|
||||
<version>
|
||||
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
|
||||
that an explicit value has not been assigned to the property.
|
||||
</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>
|
||||
<version>
|
||||
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
|
||||
ButtonGlyph.
|
||||
</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>
|
||||
<version>
|
||||
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
|
||||
ButtonGlyph.
|
||||
</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>
|
||||
<version>
|
||||
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
|
||||
ButtonGlyph.
|
||||
</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>
|
||||
<version>
|
||||
Added in LCL version 2.3.0. Available since version 2.4.0.
|
||||
|
Loading…
Reference in New Issue
Block a user