Page 1 of 1

Read from registry

Posted: Sat Dec 26, 2009 12:23 pm
by mol
Hi guys!
I want to read information from registry:

Code: Select all

	cComPorts := RegistryRead( "HKEY_LOCAL_MACHINE\HARDWARE\Devicemap\SERIALCOMM" )
but it returns NIL
I know, this key is multivalue in registry.

How to read it?