掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
フォルダからMP3ファイルを検索してListBox1に表示するには? (ID:8374)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
ごめんなさい間違えた 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.