No Delphi7, usando um Memo gravo anotações nesse formato 1.txt, 2.txt, etc.
Ao iniciar o programa o Filelistbox carrega a lista de arquivos do diretório mas não coloca na ordem, depois do 1.txt vem o 10.txt e vai até o 19.txt só depois aparece o 2.txt e assim se repete do 20.txt ao 29.txt e depois vem o 3.txt ...
Question
Rbarone
No Delphi7, usando um Memo gravo anotações nesse formato 1.txt, 2.txt, etc.
Ao iniciar o programa o Filelistbox carrega a lista de arquivos do diretório mas não coloca na ordem, depois do 1.txt vem o 10.txt e vai até o 19.txt só depois aparece o 2.txt e assim se repete do 20.txt ao 29.txt e depois vem o 3.txt ...
É possivel colocar em ordem?
procedure TForm1.FormCreate(Sender: TObject);
begin
Filelistbox1.Directory:='C:\Arq\*.txt';
end;
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.