Created 2014-10-28 11:06:18 by Nils G. Svedmyr on NILS-W540 [ Header and license information ]

Class List


Class cIniFileForm

Source: CINIFILEFORM.PKG
Baseclass: Form


Properties

phoIniFileObject - Property
Global handle defined in ProjectInifile.pkg

psSection - Property
Properties to be set in each cIniFileForm object:


Header and license information

****************************************************************************
$Module type: Class
$Module name: cIniFileForm.pkg
$Author : Nils G. Svedmyr, nils.svedmyr@rdctools.com
Created : 2013-07-07 @ 12:46
*
Description : Form class that reads/writes to an .ini file.
*
To read values from .ini file to a cIniFileForm object, simply
send ReadIniValue to the object - or to write the value back
to the .ini file; WriteIniValue.
*
The class automatically reads from the .ini file when the object
is created.
*
To write all cIniFileForm objects in a container (dbView) send;
Broadcast recursive send WriteIniValue of (some_container_name(self))
Typically this is done in a Save button's OnClick event.
*
$Rev History:
2013-07-07 Module header created
****************************************************************************