티스토리 뷰

Up to Parent: System

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

System

System

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).

 

명령 줄에서 지정된 파라미터를 반환합니다.

ParamStrIndex에 해당하는 명령 줄에서 파라미터를 반환하고, IndexParamCount보다 큰 경우 빈 문자열을 반환합니다.

예를 들어 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


댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
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
글 보관함