System.ParamCount

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function ParamCount: Integer;

C++

extern DELPHI_PACKAGE int __fastcall ParamCount(void);

プロパティ

種類 可視性 ソース ユニット
function public
System.pas
System.hpp
System System


説明

コマンドラインで渡されたパラメータの数を返します。

ParamCount は、コマンドラインでプログラムに渡されたパラメータの数を返します。 パラメータは、スペースまたはタブで区切られます。複数の語を 1 つのパラメータとする(空白を含むロング ファイル名など)には、2 重引用符(" ")を使用します。

関連項目


コード サンプル