Posts by Leo Melo • 21 points
1 post
- 
		2 votes2 answers924 viewsA: Know how many properties an INI session has?procedure TForm1.Button1Click(Sender: TObject); var MeuINI : TIniFile; strValores : TStringList; begin MeuINI := TIniFile.Create('Z:\Temp\Teste.ini'); MeuINI.UpdateFile; strValores :=…