<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <p>In Lazarus , in your source code, you can can "Ctrl + Click" on <span
        class="SpellE">Registry.ReadString and it will bring you to the
        declaration of TRegistry.ReadString in unit Registry. There you
        will find there are other methods like ReadInteger, ReadInt64,
        ReadBinaryData. I'm not sure which one will best match the DWord
        type.</span></p>
    You can have a look too at TRegDataType type, it seems there is
    nothing special for DWord.<br>
  </body>
</html>