Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

TLMDIniCtrl - write integer to registry

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:

Comments

  • 1 Comment sorted by Votes Date Added
  • 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.