Monday, January 24, 2005

manejo de archivos

uso de el tmemo
y el check box

declaramos variables de text
este programa esta en el boton guardar
fue creado un edit de titulo
y dos combo box

var f1 : text ; f2 : file ;
begin assignfile(f1,c:/datos.txt);

if fileexists(c:datos.txt) then reset(f1)
else append(f1)
writeln(f1,tit.items[tit.itemindex];
writeln(f1,dep.items[dept.itemisdex];
writeline(f1,


0 Comments:

Post a Comment

<< Home