Fonctions systèmes
Nom | Déclaration | description |
---|---|---|
GetComputerName | function GetComputerName: string; | Renvoie le nom de l'ordinateur qui imprime le modèle |
ShellExecute | function ShellExecute(const Operation, FileName, Parameters, Directory: string): Integer; | Permet d'effectuer certaines opérations sur un fichier spécifique https://learn.microsoft.com/fr-fr/windows/win32/api/shellapi/nf-shellapi-shellexecutea?redirectedfrom=MSDN ou http://delphipage.free.fr/shellexecute.html |