System.SysUtils.TCmdLineSwitchType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCmdLineSwitchType = (clstValueNextParam, clstValueAppended);

C++

enum DECLSPEC_DENUM TCmdLineSwitchType : unsigned char { clstValueNextParam, clstValueAppended };

Properties

Type Visibility Source Unit Parent
enum public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Defines the ways command-line parameters can be specified in the command line.

The TCmdLineSwitchType type can be specified the following ways:

Constant Value Mode

clstValueNextParam

0

-p Value

clstValueAppended

1

-pValue or -p:Value


See Also