Discussions
Sign In
•
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In with LMD account
Sign In with LMD account
Categories
Recent Discussions
Categories
All Categories
1.1K
NG Controls
28
Announcements
60
LMD IDE-Tools
209
LMD ElPack
373
LMD-Tools
414
Feature Requests
38
In this Discussion
Rafael Maricca (LMD)
October 2022
TLMDIniCtrl - write integer to registry
Andy Bell
October 2022
in
LMD-Tools
Vote Up
0
Vote Down
When I use this control to write an integer to the registry, using code such as (C++):
Registry->WriteInteger("1.0", "Remote", 1);
the value is written as a string value.
Is there a way to specify I want a DWORD value?
Thanks
Andy
Tagged:
tlmdini
Comments
1 Comment
sorted by
Votes
Date Added
Rafael Maricca (LMD)
October 2022
Posts: 0
Accepted Answer
Vote Up
0
Vote Down
Hi,
>>Is there a way to specify I want a DWORD value?<<
I am sorry - this is not possible. For this more specialized components like TRegistry need to be used.
Purpose of TLMDIniCtrl is to use the same interface in MemIniFile, TIniFile, Registry and XML files.
Sign In
or
Register
to comment.
Comments