SetRpLangDLL() Function
<< Click to Display Table of Contents >> SetRpLangDLL() Function |
![]() ![]() ![]() |
Purpose
To specify the language DLL which ReportPro uses.
Syntax
SetRpLangDLL(cDLL) → NIL
Arguments
cDLL The file name of the language DLL.
Description
This function sets the language DLL for the RpReport, RpPrinter and PtrDevice classes. The <cDLL> argument can contain the full path to the DLL.
Example
SetRpLangDLL("C:\RP2\RP2GER32.DLL")