void SaveSourceFileToRes(String ResFileName, UInt16 ResID, TStringList SourceFiles)
Store a list of source files to the resource file and use ResID for identification.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ResFileName | String | |
| 2 | ResID | UInt16 | |
| 3 | SourceFiles | TStringList |
Result: stored in self (calling object)
Remarks:
Once the files are stored in the .res file, you can embedd the resource in to your application by adding {$R ResFileName} to your source file. The source files are automatically encrypted.