function Pos ( const Needle, HayStack : string ) : Integer;
Description |
The Pos function finds the position of one string Needle within another HayStack. If the string is not found, 0 is returned. The search is case sensitive. |
Notes |
Warning : you should ideally use AnsiPos instead of Pos since the former supports wide character sets. |
'공부방 > Delphi' 카테고리의 다른 글
[델파이] 기본 컴포넌트 (0) | 2010.07.14 |
---|---|
[델파이] 문자열 관련 함수 (0) | 2010.05.18 |
[델파이] FindFirst (0) | 2010.05.11 |
[델파이] 델파이7 Quick Report 설치하기 (TQRChart 도~) (0) | 2010.05.08 |
[델파이] 델파이7 Indy 10 컴포넌트 설치하기 (0) | 2010.05.08 |