掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
フォルダからMP3ファイルを検索してListBox1に表示するには? (ID:8377)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
OnChangeです ディレクトリ一覧も使って試しましたよ procedure TForm1.FileListBox1Change(Sender: TObject); var i:integer; s:string; begin for i:=0 to FileListBox1.Count-1 do begin s:=inttostr(i); if Length(s)=1 then s:='0'+s; FileListBox1.Items[i]:=s+' '+FileListBox1.Items[i]; end; end;
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.