uses ShellAPI; procedure TForm1.FormCreate(Sender: TObject); begin // 「執行notepad」 ShellExecute(Handle, nil, 'notepad', nil, nil, ...
確定! 回上一頁