INI Utility
BWini.DLL -
Reads and Writes INI files
The BWini.DLL is an ActiveX DLL that
reads and writes INI files. No need for system calls. Only String values may be Read and
Updated. Supported functions are:
Copyright © 2002
Booshway Enterprises, Inc.
You have a royalty-free right to use, modify, reproduce and distribute the Sample
Application Files (and/or any modified version) in any way you find useful, provided that
you agree that The Booshway Enterprises, Inc. has no warranty, obligations or liability.
Top
Get Value
Gets Values from the
specified INI file. Example Code:
If the Section, Key or INI.file are not found the Default value is returned.
Top
Set Value
Sets Values in the specified INI file.
Example Code:
If the section or key are not found they are added. If the INI file does not exist it is
created.
Top
Delete Section
Delete a section from the Specified INI
file. Example Code:
Top
Delete Key
Delete a Key from a specified Section of the
INI file. Example Code:
Top
Get Section
Returns all key values from the specified
section of the INI file. Values are returned into a variant array. Example Code:
Top |