Loads a bitmap resource from a DLL or EXE file.
void __fastcall LoadFromDll(const String resname, const String dllname);
Description
Use LoadFromDll to load a bitmap resource specified by resname from a DLL or EXE file speficied by dllname. You can also use the DllName and ResourceName properties to load a bitmap resource from a DLL or EXE file.