This is how data is written from Edit to ini-file.
Ini-> WriteInteger ("bet", "bet", (Edit1-> Text) .ToInt ());
And how to write to the registry?
Text) .ToInt...">
This is how data is written from Edit to ini-file.
Ini-> WriteInteger ("bet", "bet", (Edit1-> Text) .ToInt ());
And how to write to the registry?
Source: https://ru.stackoverflow.com/questions/564776/
All Articles