Q&A

  • "Incompatible type : TAlignment and Integer" error
수고하십니다.

coding작업 중 다음문장에서 컴파일에러 "Incompatible types : TAlignment and Integer"가 발생을 하였습니다. 레코드로 선언된 TStringGridDefs의 Alignment 지정을 taCenter에서 taLeftJustify 또는 taRightJustify로 바꾸면 컴파일에러는 발생하지 않습니다.

도움말을 보면 분명 TAlignment는 3가지를 모두 쓸수 있는 것으로 되어 있는데..

아래에 문제된 부분을 보냅니다. 왜그런지 알려주세요.



StringGridLayerDefs: array[0..1] of TStringGridDefs =

((Width:48; FixStr:''; Alignment:taCenter), <---- error

(Width:64; FixStr:''; Alignment:taLeftJustify));



친절하시게 제 이멜로 답을 주시면 더욱 고맙겠습니다.



0  COMMENTS