TIvoryResFileBase::LoadFromResource

This virtual method is responsible for loading an object from a resource.

virtual void __fastcall LoadFromResource();

Description

Override LoadFromResource to load an object from a resource. LoadFromResource is automatically invoked when a resource must be loaded. You will never call LoadFromResource from your own source code.

Back to TIvoryResFileBase