System.SysUtils.TCmdLineSwitchTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TCmdLineSwitchTypes = set of TCmdLineSwitchType;

C++

typedef System::Set<TCmdLineSwitchType, TCmdLineSwitchType::clstValueNextParam, TCmdLineSwitchType::clstValueAppended> TCmdLineSwitchTypes;

Properties

Type Visibility Source Unit Parent
set
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Is a set of TCmdLineSwitchType constants.

TCmdLineSwitchType is used by FindCmdLineSwitch to define the ways a command-line parameter can be specified.

See Also