Created 2014-11-02 12:49:51 by Nils G. Svedmyr on NILS-W540 [ Header and license information ]

Class List


Class cProjectIniFile

Source: CPROJECTINIFILE.PKG
Baseclass: cIniFile


Properties

Procedures

Functions

psIniFilePath - Property
If this package is used _before_ the cApplication object, these two lines
will generate runtime errors. So the package must be USEd _after_ the cApplication object

IniFileValue String sSection String sValueName String sValue - Procedure Set
*** Generalized messages to Get & Set values of the ini file.
Sets 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: ProjectIniFile.pkg
*
$Author : Nils G. Svedmyr, RDC Tools International.
Copyright (c) 2012 RDC Tools International
E-mail : support@rdctools.com
Web-site : http://www.rdctools.com
*
Created : 2012-09-20 @ 18:04 (Military date format - Year-Month-Day)
*
Note : The file must be USEd after declaration of the ghoApplication object, as it uses
properties of that object.
*
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.
*