AutoLoadIniSettings

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Properties >

AutoLoadIniSettings

When True IntraWeb will try to load all published properties from ServerController from your application .INI file (a standard Windows INI file with same name as your executable and an .INI extension). Settings will be loaded only if file is found and if the property is present in the INI file.

 

An INI file template can be generated from ServerController Options Wizard (Inside Delphi IDE, right click on ServerController and select ServerController Options Wizard, from the context menu). Then select "Save all settings to INI file" (save current settings) or "Create INI file template" (save a template file with empty properties).

 

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.AutoLoadIniSettings

 

ETYPE=Property

 

Declaration:

Delphi:

published property AutoLoadIniSettings: Boolean;

C++:

__published: __property bool AutoLoadIniSettings;

 

Description: This is AutoLoadIniSettings, a member of class TIWServerControllerBase.