Jump to content
Fórum Script Brasil
  • 0

Carregar lista no Filelistbox


Rbarone

Question

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

  • 0

A ordenação fica errada quando os arquivos estão nomeados assim

1.txt

2.txt

10.txt

11.txt

12.txt

20.txt

na ordenação ficaria

1.txt

10.txt

11.txt

12.txt

2.txt

20.txt

A ordenação fica correta quando os arquivos estão nomeados assim

01.txt

10.txt

11.txt

12.txt

02.txt

20.txt

na ordenação ficaria

01.txt

02.txt

10.txt

11.txt

12.txt

20.txt

abraço

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...