This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
ArrayLicenseWin

ArrayLicenseWin  


 

 

/ Preferences4D / BuildApp / Licenses / ArrayLicenseWin

Array containing the list of license files to be integrated

This key is used to specify the acces path of the license file(s) to be integrated into the Windows version of the application. These files can be located anywhere on your PC.
If this key is not used, no license number will be integrated and the application will start in demo mode.

Example  

<Preferences4D>
 <BuildApp>
  <Licenses>
   <ArrayLicenseWin>
    <ItemsCount>2</ItemsCount>
    <Item1>C:\MyLicenses\4DDP140HJDSOI00FAKE1861.license4D</Item1>
    <Item2>C:\MyLicenses\4UUD140DDE0DISFAKEBC5F.license4D</Item2>
   </ArrayLicenseWin>
  </Licenses>
 </BuildApp>
</Preferences4D>



See also 

ArrayLicenseMac

 
PROPERTIES 

Product: 4D
Theme: Licenses

 
PAGE CONTENTS 
 
HISTORY 

 
ARTICLE USAGE

4D XML Keys BuildApplication ( 4D v20 R7)