delphidabbler / delphi-tips

A bunch of Delphi language tips migrated from the DelphiDabbler.com website, plus others.
https://tips.delphidabbler.com
31 stars 11 forks source link

Meaningless sentence in tip 192 #27

Closed delphidabbler closed 3 years ago

delphidabbler commented 3 years ago

Just before the penultimate code block in tip 192 the end of the following line makes no sense:

If reg is a TRegistry instance already with key open a

Replace with the following?

If reg is a TRegistry instance with an already open key then