| |
 |
According to the documentation for the TRegIniFile component, I should be able to change the root key. I have tried, but the key does not change. How can I change the root key?
Example:uses Registry; procedure TForm .Button Click(Sender: TObject);
var
WinIni : TRegIniFile;
begin
WinIni := TRegIniFile.Create('');
WinIni.RootKey := HKEY_LOCAL_MACHINE;
WinIni.WriteString('Frank',
'Borland',
'Writes Fast Code!');
WinIni.Free;
end;
|
|
| Hits/month |
2,500,000+ |
Downloads (Since May 2000) |
7,393,709 |
| Total Files |
6,023 |
| Forum msgs |
7,670 |
| Articles/FAQs |
70+/900+ |
Top Selling Software at Amazon
|