Created 2012-10-01 14:39:43 by Nils G. Svedmyr on NILS-W510 [ Header and license information ]
Class List
Class cManifestIniFile
Source: MANIFESTINIFILE.PKG
Baseclass: cIniFile
Procedures
Functions
IniFileValue String sSection String sValueName String sValue - Procedure Set
*** Generalized messages to Get & Set values of the ini file.
*** The ini file is CS_IniFileName and is kept in the Data folder.
Set a value in the program's ini file (write)
Pass a section name, the value name parameter and the value itself to be written.
IniFileValue String sSection String sValueName String sDefaultValue Returns String - Function
Get a value from program's ini-file (read)
Pass a section name and the name of the value parameter & a default value.
Returns the value
Header and license information
****************************************************************************
$Module type: Package
$Module name: ManifestIniFile.pkg
$Author : Nils G. Svedmyr, RDC Tools International.
Copyright (c) 2012 RDC Tools International
E-mail : nils.svedmyr@rdctools.com
Web-site : http://www.rdctools.com
Created : 2012-09-20 @ 18:04 (Military date format - Year-Month-Day)
The code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This is free software; you can redistribute it and/or modify it under the terms of the
GNU Lesser General Public License - see the "GNU Lesser General Public License.txt"
in the help folder for more details.