LoadBitmapFromResourceName procedure
procedure LoadBitmapFromResourceName(ABitmap: TBitmap; Const ResName: String);
Unit
ImageBar
Description
LoadBitmapFromResourceName loads a bitmap (along with palette information) from a resource linked to the executable.
Specify the resource to be loaded as the value of ResName.
This procedure is designed to work also when the application is compiled "using packages".