Write Text File to Internal Storage Multi Platform- Android Tutorial

Publicado el: 15 mayo 2019
en el canal de: begitu saja
144
3

paths:string;
fileini:TIniFile;


paths:= TPath.Combine(tpath.GetHomePath,'inifile.ini');

fileini:=TIniFile.Create(paths);
try
fileini.WriteString('judul','ket', Edit1.Text);
finally
fileini.Free;
end;

fileini:=TIniFile.Create(paths);
try
Edit2.Text:=fileini.ReadString('judul','ket', '');
finally
fileini.Free;
end;


En esta página del sitio puede ver el video en línea Write Text File to Internal Storage Multi Platform- Android Tutorial de Duración hora minuto segunda en buena calidad , que subió el usuario begitu saja 15 mayo 2019, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 144 veces y le gustó 3 a los espectadores. Disfruta viendo!