System.SysUtils.TCmdLineSwitchTypes
Delphi
TCmdLineSwitchTypes = set of TCmdLineSwitchType;
C++
typedef System::Set<TCmdLineSwitchType, TCmdLineSwitchType::clstValueNextParam, TCmdLineSwitchType::clstValueNextParamForce> 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.