TAppEnvironment -
INI_MAX_DEFAULT_LENGTH
INI_MAX_FILE_NAME_LENGTH
INI_MAX_KEY_NAME_LENGTH
INI_MAX_RESULT_LENGTH
INI_MAX_SECTION_NAME_LENGTH
INI_MAX_DEFAULT_LENGTH = 128
INI_MAX_FILE_NAME_LENGTH = 128
******
*
* Module: AppEnv
* Author: Joe Kessler
* IntegrationWare - A New Generation of Extraordinary PC Solutions
* www.integrationware.com
*
* Purpose:
*
* Core application behavior.
*
* Details:
*
* This module encapsulates I/O to INI files. It was first written for
* Delphi 1.0, so its design is very outdated now. However, it does the
* job for our purposes here.
*
INI_MAX_KEY_NAME_LENGTH = 128
INI_MAX_RESULT_LENGTH = 128
INI_MAX_SECTION_NAME_LENGTH = 128