[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Loads the image for the Glyph with the specified name from a resource instance.
Source position: buttons.pp line 411
public procedure TCustomSpeedButton.LoadGlyphFromResourceName( |
Instance: TLCLHandle; |
const AName: string |
); |
Instance |
|
Handle for the resource with the specified glyph. |
AName |
|
Name of the glyph image resource loaded for the control. |
Calls the LoadGlyphFromLazarusResource routine in buttons.pas to load the bitmap for the specified resource name into the Glyph for the button control.
Modified in LCL version 4.0 to use the TLCLHandle type for the Instance argument instead of the deprecated THandle type.
|
The bitmap with the glyph image(s) displayed for button states. |
|
|
Loads the named glyph image from a Lazarus Resource file. |
|
Version 4.0 | Generated 2025-05-03 | Home |