[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed when the component has been loaded using LCL component streaming.
Source position: buttons.pp line 200
protected procedure TCustomBitBtn.Loaded; override; |
Loaded is an overridden method in TCustomBitBtn, and calls the inherited method on entry. It ensures that properties in the class instance are updated when a value other than bkCustom is used in the Kind property. This includes loading the Glyph image and setting values in Caption, ModalResult, Default, Cancel, ImageIndex, and DefaultCaption.
|
Specifies the button kind including the default bitmap and caption for the button control. |
|
|
Performs actions needed when LCL component streaming has been completed. |
Version 4.0 | Generated 2025-05-03 | Home |