qigerman.dpr
来自「Advanced Data Import Component Suite for」· DPR 代码 · 共 24 行
DPR
24 行
{******************************************************************************}
{ Now Quick Import can use several languages in one project. By default, it }
{ works with resources that are linked into .BPL file. If you need }
{ multi-language support in your project, make several language DLLs }
{ and switch to particular language by this code: }
{ }
{ uses QImport2; }
{ }
{ QImportLocale.LoadDll('QIEnglish.dll'); // load English resources }
{ ... }
{ QImportLocale.UnloadDll; // unload resource DLL and use default resources }
{ }
{ To make the DLL, run MakeDll.bat file in this folder, or MakeAll.bat file }
{ in the LANGUAGES folder to make DLLs for all languages. }
{******************************************************************************}
library QIGerman;
{$R QIResStr.res}
begin
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?