ShellExecute (rtl)
De Wiki1000
Version du 11 août 2009 à 13:10 par Syfre (discuter | contributions)
Procedure ShellExecute(const P1:string; const P2:string);
Cette fonction execute une commande Windows.
P1 | Premier paramètre. |
P2 | Second paramètre. |
La fonction execute
ShellExecute(0, 'open', P1, P2, nil, SW_SHOW);
Exemple
begin end;
Voir aussi: