Performs actions after the component has finished loading during LCL streaming.
Source position: buttonpanel.pas line 94
protected procedure TCustomButtonPanel.Loaded; override; |
Loaded is an overridden method in TCustomButtonPanel, and calls the inherited method on entry.
Loaded ensures that glyphs for panel buttons are either assigned or cleared based on the value in the ShowGlyphs property. When ShowGlyphs is True, 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 Nil 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.
AutoSize is temporarily disabled in the control while assigning the button glyphs, and re-enabled prior to exit.
|
Indicates the panel buttons displayed with Glyphs (small images). |
|
|
Allows automatic adjustment of the size for the control, according to its content. |
|
|
The base class for a general container which can hold other objects. It has a customizable border and a central text. |