[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Loads the Glyph image with the specified named from a resource instance.
Source position: buttons.pp line 210
public procedure TCustomBitBtn.LoadGlyphFromResourceName( |
Instance: TLCLHandle; |
const AName: string |
); |
Instance |
|
Handle for the resource instance where the glyph image is stored. |
AName |
|
Resource name for the glyph loaded in the method. |
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.
|
Bitmap with the Glyph displayed on the control. |
|
|
Loads the named glyph image from a Lazarus Resource file. |
|
Version 4.0 | Generated 2025-05-03 | Home |