Q&A

  • TRichEdit의 비밀 좀 알려 주세요.
TRichEdit를 사용하다 어려운 점이 있어 글을 올립니다.





RichEdit에

/* source file */

/* make date: 2001. 5. 6 */



이렇게 두줄이 있다고 했을때





RickEdit.visible := True;를 한후

RichEdit.Lines[0]의 String값은 ==> /* source file */

RichEdit.Lines[1]의 String값은 ==> / make date: 2001. 5. 6 */

로 나오는데





RickEdit.visible := False;를 한후

RichEdit.Lines[0]의 String값은 ==> /* source

RichEdit.Lines[1]의 String값은 ==> file

RichEdit.Lines[2]의 String값은 ==> */

이런 식의 결과가 나옵니다.



어떻게 된 일인지...



고수님들의 답변 부탁 드립니다.





0  COMMENTS