Loads an XPM image resource into an array.
Source position: graphics.pp line 1993
function LazResourceXPMToPPChar( |
const ResourceName: string |
):PPChar; |
ResourceName |
|
Name of the XPM image resource loaded in the routine. |
Pointer to the memory allocated for the XPM image resource.
Loads an XPM image from the specified resource name into an array of PChar values. See XPMToPPChar for more information.
|
Converts an XPM image file into an array of PChar values. |
| Version 4.4 | Generated 2025-11-08 | Home |