This function is used to write a string in an ".ini" file.
Context
Windows client,
Windows server,
Java client,
Java server,
Adelia Cloud client.
Parameters
ALPHA(n) |
IniFile |
Name of the ".ini" file. |
ALPHA(n) |
Section |
Registry section. |
ALPHA(n) |
Key |
Registry key. |
ALPHA(n) |
Buffer |
Variable to be written in the IniFile file. |
BOOL |
ReturnCode |
Return code for the operation: |
Example
IniFile = 'User.ini'
Section = 'Profile'
Key = 'FD'
Buffer = 'Franck Dickinson'
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxSetValueStr' IniFile Section Key Buffer ReturnCode
List of the VaToolBx functions by topic