Loads an object from a resource of a DLL or an EXE file.
void __fastcall LoadFromResourceName(const String resname, const String dllname);
Description
Use LoadFromResourceName to load an object from a resource specified by resname . The resource will be read from the DLL or EXE file speficied by dllname. You can also use the DllName and ResourceName properties to load an object from a resource.