티스토리 뷰
Delphi
function ParamStr(Index: Integer): string;
C++
extern PACKAGE UnicodeString __fastcall ParamStr(int Index);
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.pas System.hpp |
Description
Returns a specified parameter from the command line.
ParamStr returns the parameter from the
command line that corresponds to Index
, or an empty string if Index
is greater than ParamCount.
For example, an Index
value of 2 returns the second
command-line parameter.
Note: ParamStr(0) returns the path and file name of the executing program (for example, C:\TEST\MYPROG.EXE).
Note: Use double quotation marks to wrap multiple words as one parameter (such as long file names containing spaces).
명령 줄에서 지정된 파라미터를 반환합니다.
ParamStr은 Index에 해당하는 명령 줄에서 파라미터를 반환하고, Index가 ParamCount보다 큰 경우 빈 문자열을 반환합니다.
예를 들어 Index 값 2는 두 번째 명령 줄 파라미터를 반환합니다.
참고: ParamStr (0)은 실행 중인 프로그램의 경로와 파일 이름을 반환합니다 (예 : C : \ TEST \ MYPROG.EXE).
참고: 여러 단어를 하나의 파라미터 (예 : 공백을 포함하는 긴 파일 이름)로 감싸려면 큰 따옴표를 사용합니다.
correspond미국식 [|kɔ:rə|spɑ:nd;|kɑ:-] 1. 일치하다, 부합하다 2. (~에) 해당하다 3. (~와) 서신을 주고받다 quotation미국식 [kwoʊ|teɪʃn] 1. 인용구 2. 인용 3. 견적 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.ParamStr
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.Append (0) | 2017.01.21 |
---|---|
[Reference] System.SysUtils.ExpandFileName (0) | 2017.01.20 |
[Reference] System.Abs (0) | 2017.01.17 |
[Reference] System.IOUtils.TDirectory.GetFiles (0) | 2017.01.16 |
[Reference] System.Classes.TList.Items (0) | 2017.01.15 |
- Total
- Today
- Yesterday
- Reference
- 일기
- 대상
- 정렬
- SysUtils
- 교육센터
- 영어
- VCL
- 자료구조
- java
- 문법
- System
- 계산기
- 여행영어 100일의 기적
- 독해
- RA
- 알고리즘
- 설명
- tdataset
- 상황
- SWT
- 작문
- ADODB
- Delphi
- 스택
- wfd
- 왕초보 영어회화 100일의 기적
- Pte
- 응용
- 말하기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |