Load method |
Applies to
TCHMcustomEngine
Declaration
procedure Load(FileName: string);
Description
This must be done before the Engine can be used.
Applications should load the VMD file as part of initialization since loading may take a few seconds. Loading the VMD file every time a message is encountered will result in very slow performance.
|