Fórum Meu copy não funciona #405428
22/07/2011
0
....
hftName := fFindFiles.DestPath + JobName + '.hft';
posicao := Pos('CLASS',hftName);
Stream := TFileStream.Create(hftName, fmCreate);
try
if posicao = 0 then
fJob.SaveToStream(Stream);
finally
Stream.Free;
end;
....
Pjava
Curtir tópico
+ 0Posts
22/07/2011
Eduardo Marcolongo
A string esta CLASS mesmo ? não esta class ou Class ?
Gostei + 0
22/07/2011
Marco Salles
A string esta CLASS mesmo ? não esta class ou Class ?
tb acho
Gostei + 0
09/05/2013
José
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)