Read from registry

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Read from registry

Post 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?
Post Reply