System.CmdLine
Delphi
CmdLine: PChar platform; { Command line pointer }
C++
extern DELPHI_PACKAGE WideChar *CmdLine;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
variable | public | System.pas System.hpp |
System | System |
Description
Pointe sur les arguments de ligne de commande spécifiés quand une application est invoquée.
Remarque : Dans Windows, la variable CmdLine pointe sur une chaîne à zéro terminal qui contient les arguments de la ligne de commande spécifiés quand l'application a été démarrée. Utilisez ParamStr pour accéder aux arguments individuels. Dans une bibliothèque (DLL), CmdLine vaut nil (Delphi) ou NULL (C++).