티스토리 뷰
Delphi
function AdjustLineBreaks(const S: string; Style: TTextLineBreakStyle): string;
C++
extern PACKAGE System::UnicodeString __fastcall AdjustLineBreaks(const System::UnicodeString S, System::TTextLineBreakStyle Style = (System::TTextLineBreakStyle)(0x1))/* overload */;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.SysUtils.pas System.SysUtils.hpp |
Description
AdjustLineBreaks adjusts all line breaks in the given string to the indicated style.
When Style
is tlbsCRLF
, the function
changes all CR characters not followed by LF and all LF characters not preceded
by CR into CR/LF pairs.
When Style
is tlbsLF
, the function
changes all CR/LF pairs and CR characters not followed by LF to LF characters.
AdjustLineBreaks는 정해진 문자열의 모든 줄 바꿈을 나타낸 스타일로 조정합니다.
Style
이 tlbsCRLF
일 때, 이 함수는 LF가 따르지 않은 모든 CR 문자와 CR이
앞에 오지 않는 모든 LF 문자를 CR / LF 쌍으로 변경합니다.
Style
이 tlbsLF
이면, 이 함수는 모든 CR / LF 쌍과 CR 문자가 LF에서 LF 문자 다음에 오지 않도록 변경합니다.
given 미국·영국 [|gɪvn] 1. (이미) 정해진 precede 미국·영국 [prɪ|si:d] 1. …에 앞서다 …을 앞세우고 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.AdjustLineBreaks
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.SysUtils.AnsiDequotedStr (0) | 2017.04.17 |
---|---|
[Reference] System.SysUtils.StrToTimeDef (0) | 2017.04.16 |
[Reference] System.SysUtils.AddExitProc (0) | 2017.04.14 |
[Reference] System.SysUtils.Abort (2) | 2017.04.13 |
[Reference] System.SysUtils.DayOfWeek (0) | 2017.04.12 |
- Total
- Today
- Yesterday
- 영어
- 상황
- System
- 알고리즘
- java
- tdataset
- Pte
- 계산기
- 문법
- 독해
- Reference
- VCL
- 대상
- 왕초보 영어회화 100일의 기적
- wfd
- SWT
- SysUtils
- 작문
- Delphi
- 여행영어 100일의 기적
- 정렬
- RA
- 응용
- 스택
- 교육센터
- 일기
- 설명
- 말하기
- 자료구조
- ADODB
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |