mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 11:08:00 +02:00
Docs: LCL/buttonpanel. Removes topic reverted in 79505152
.
This commit is contained in:
parent
9d2dff4632
commit
8632b9e379
@ -849,41 +849,6 @@ the tab order for the visible buttons.
|
||||
<short/>
|
||||
</element>
|
||||
|
||||
<!--
|
||||
REVERTED in 79505152. Remove.
|
||||
-->
|
||||
|
||||
<element name="TCustomButtonPanel.Loaded">
|
||||
<short>
|
||||
Performs actions after the component has finished loading during LCL
|
||||
streaming.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>Loaded</var> is an overridden method in <var>TCustomButtonPanel</var>,
|
||||
and calls the inherited method on entry.
|
||||
</p>
|
||||
<p>
|
||||
Loaded ensures that glyphs for panel buttons are either assigned or cleared
|
||||
based on the value in the <var>ShowGlyphs</var> property. When ShowGlyphs is
|
||||
<b>True</b>, each of the button instances is given the corresponding value in
|
||||
the internal list of glyphs for the class instance. Otherwise, the glyph is
|
||||
set to <b>Nil</b> to suppress display of the graphic image on the button.
|
||||
These are the same actions performed when the value in the ShowGlyph property
|
||||
is changed.
|
||||
</p>
|
||||
<p>
|
||||
<var>AutoSize</var> is temporarily disabled in the control while assigning
|
||||
the button glyphs, and re-enabled prior to exit.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TCustomButtonPanel.ShowGlyphs"/>
|
||||
<link id="#lcl.controls.TControl.AutoSize">TControl.AutoSize</link>
|
||||
<link id="#lcl.extctrls.TCustomPanel">TCustomPanel</link>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
<element name="TCustomButtonPanel.Notification">
|
||||
<short>
|
||||
Called by components that are freed and which received a FreeNotification.
|
||||
|
Loading…
Reference in New Issue
Block a user