TIvoryResFileBase::LoadFromResourceId

Loads an object from a resource of a DLL or an EXE file.

void __fastcall LoadFromResourceId(int resid, const String dllname);

Description

Use LoadFromResourceId to load an object from a resource specified by resid. 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.

Back to TIvoryResFileBase