[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Loads the glyph image for the specified button identifier from the internal LCL resource.
Source position: buttons.pp line 213
public procedure TCustomBitBtn.LoadGlyphFromResource( |
idButton: TButtonImage |
); |
idButton |
|
Button identifier for glyph image loaded in the method. |
LoadGlyphFromResource is a method used to load the glyph for the specified button identifier from the internal LCL resource with the button images. idButton contains a value in the TButtonImage range for the button identifier. No actions are performed in the method if idButton is not in the TButtonImage range.
LoadGlyphFromResource calls the LoadGlyphFromResource routine using the resource name in BitBtnResNames for the button identifier.
|
Loads the image for the specified button glyph from the LCL glyph resource. |
|
|
Contains resource names for corresponding button identifiers in TBitBtn. |
|
|
Represents button identifiers defined in the lcltype.pp unit. |
Version 4.0 | Generated 2025-05-03 | Home |