I want to read information from registry:
Code: Select all
cComPorts := RegistryRead( "HKEY_LOCAL_MACHINE\HARDWARE\Devicemap\SERIALCOMM" )
I know, this key is multivalue in registry.
How to read it?
Moderator: Rathinagiri
Code: Select all
cComPorts := RegistryRead( "HKEY_LOCAL_MACHINE\HARDWARE\Devicemap\SERIALCOMM" )