You are here: Symbol Reference > clMtxVec Namespace > Classes > TOpenCLPlatformList Class > public > TOpenCLPlatformList.SaveSourceCodeToRC Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TOpenCLPlatformList.SaveSourceCodeToRC Method

Store a source code to the resource file and use ResName for identification.

Pascal
procedure SaveSourceCodeToRC(const ResFileName: string; const ResName: string; const SourceCode: TStringList); overload;

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 code is automatically encrypted.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!