[fpc-pascal] TRegistry documentation
Jean SUZINEAU
jean.suzineau at wanadoo.fr
Tue Jun 15 14:44:04 CEST 2021
In Lazarus , in your source code, you can can "Ctrl + Click" on
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.
You can have a look too at TRegDataType type, it seems there is nothing
special for DWord.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20210615/777c7426/attachment.htm>
More information about the fpc-pascal
mailing list