[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies a function called to load a bitmap image from the specified file or resource and return the handle for the image.
Source position: interfacebase.pp line 220
type TLoadBitmapFunction = function( |
hInstance: TLCLHandle; |
lpBitmapName: PChar |
):HBITMAP; |
hInstance |
|
Handle for the resource where the specified bitmap is stored. |
lpBitmapName |
|
Name for the bitmap loaded in the routine. |
HBitmap handle for the bitmap image loaded in the routine.
Modified in LCL version 4.0 to use the TLCLHandle type instead of the deprecated THandle type in the hInstance parameter.
|
Variable with the function called to load a bitmap from a specified file or resource and return its handle. |
|
|
The type used for handles in LCL applications, components, controls, and widget set classes. |
Version 4.0 | Generated 2025-05-03 | Home |