Autor Beitrag
bruder jonas
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 76



BeitragVerfasst: Mo 22.07.02 21:28 
hallo,

wie kann ich verhindern, das bei programmstart in der filebox, das aktuelle verzeichnis ausgewählt wird?

wie kann ich das verzeichnis selbst angeben, mit dem gestartet werden soll?

danke
DeCodeGuru
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Beiträge: 1333
Erhaltene Danke: 1

Arch Linux
Eclipse
BeitragVerfasst: Mo 22.07.02 21:35 
Meinst du ne FileListBox? Wenn ja, kannste du das so machen.

ausblenden Quelltext
1:
2:
3:
4:
procedure TForm1.FormCreate(Sender: TObject);
begin
  FileListBox1.Directory := 'C:\';
end;

_________________
Viele Grüße
Jakob