mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 03:48:08 +02:00
Merge branch 'lazarus'
This commit is contained in:
commit
98b664f1ac
@ -849,37 +849,6 @@ the tab order for the visible buttons.
|
||||
<short/>
|
||||
</element>
|
||||
|
||||
<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.
|
||||
@ -995,7 +964,7 @@ TPanelBitBtn instances used in the panel class.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TCustomButtonPanel.Destroy"/>
|
||||
<link id="#lcl.extctrls.TCustomPanel.Create">TCustomPanel.Create</link>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TCustomButtonPanel.Create.AOwner">
|
||||
|
Loading…
Reference in New Issue
Block a user