JCL Help:IniWriteString
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: IniWriteString Function
Search in JCL Help
Search in all projects
Summary
Writes a string key to an ini file.
Pascal
procedure IniWriteString(const FileName: string; const Section: string; const Line: string; const Value: string);
Parameters
Parameters | Description |
const FileName: string | The fully qualified filename of the ini file. |
const Section: string | The section in the ini file to which to write a value |
const Line: string | The name of the key to write |
const Value: string | The value to write |
Description
IniWriteString writes a single string key to the specified section in the specified ini file. If the function fails it raises an exception.
See Also
IniReadBool IniReadInteger IniReadString IniWriteBool IniWriteInteger
About
Unit
Donator
John C Molyneux
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page